Files
kotlin-fork/idea/testData/addImport/ImportPackage.kt
T
2015-02-09 12:55:59 +03:00

5 lines
69 B
Kotlin
Vendored

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