9062a2fe72
#KT-30949 Fixed
5 lines
123 B
Kotlin
Vendored
5 lines
123 B
Kotlin
Vendored
package duration
|
|
|
|
val Int.hours: Int get() = TODO()
|
|
val Int.minutes: Int get() = TODO()
|
|
val Int.seconds: Int get() = TODO() |