We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff3ab2 commit 209dbf3Copy full SHA for 209dbf3
core/common/src/DateTimePeriod.kt
@@ -259,7 +259,7 @@ public fun String.toDatePeriod(): DatePeriod = DatePeriod.parse(this)
259
private class DateTimePeriodImpl(
260
internal override val totalMonths: Int,
261
override val days: Int,
262
- override val totalNanoseconds: Long,
+ internal override val totalNanoseconds: Long,
263
) : DateTimePeriod()
264
265
// TODO: these calculations fit in a JS Number. Possible to do an expect/actual here.
0 commit comments