Files
kotlin-fork/idea/testData/completion/weighers/basic/LocalFileBeforeImported.Data.kt
T
2014-09-25 17:10:27 +04:00

5 lines
77 B
Kotlin

package some
fun foo() = 12
fun fooImported() = 12
fun fooNotImported() = 12