Files
kotlin-fork/idea/testData/inspections/unusedSymbol/function/topLevelOnlyInImport.kt
T
2015-01-22 15:20:24 +03:00

8 lines
62 B
Kotlin
Vendored

package foo
import foo.onlyInImport
fun onlyInImport() {
}