Files
kotlin-fork/idea/testData/addImport/ConflictsExtensions1.dependency.kt
T
2019-01-24 11:40:25 +03:00

9 lines
145 B
Kotlin
Vendored

package conflicts.extensions
fun Byte.inv(): Byte = (255 - this).toByte()
fun foo1() {}
fun foo2() {}
fun foo3() {}
fun foo4() {}
fun foo5() {}