Files
kotlin-fork/idea/testData/shortenRefs/TopLevelFunctionImportWithLotsOfFqName.dependency.kt
T

9 lines
170 B
Kotlin
Vendored

package one.two.three.four.five.six.seven.eight.nine.ten
fun somefun(): String = ""
fun Any.somefun(): String = ""
fun otherfun() = Unit
class MyClass
class OtherClass