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

7 lines
94 B
Plaintext
Vendored

// IMPORT: dependency.util
import dependency.*
import java.util.*
fun foo() {
"".util()
}