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

8 lines
104 B
Kotlin

package nonRoot
import java.lang.* // will not import Fake
fun foo() {
<caret>Fake()
}
//REF_EMPTY