Files
kotlin-fork/idea/testData/resolve/references/FakeJavaLang4.kt
T
2014-01-16 22:11:55 +04:00

7 lines
134 B
Kotlin

package nonRoot
fun foo() {
java.lang.<caret>Fake() // qualification doesn't help, because we are in other package
}
//REF_EMPTY