Files
kotlin-fork/idea/testData/editor/optimizeImports/common/ConflictWithAlias2.dependency.kt
T
2019-05-06 18:10:51 +07:00

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()