Files
kotlin-fork/idea/testData/intentions/importMember/FqReference.kt
T
2019-07-02 11:54:38 +07:00

8 lines
157 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
fun test() {
val myList = java.util<caret>.ArrayList<Int>()
val otherList = java.util.ArrayList<String>()
}