Files
kotlin-fork/idea/testData/addImport/ImportClassWhenFunctionImported.kt
T
2015-04-01 17:10:50 +03:00

7 lines
108 B
Kotlin
Vendored

// IMPORT: java.util.ArrayList
import pack1.ArrayList
fun foo() {
ArrayList()
ArrayList<String>()
}