Files
kotlin-fork/idea/testData/editor/optimizeImports/common/WithAlias.kt.after
T
2019-05-14 21:01:21 +07:00

5 lines
47 B
Plaintext
Vendored

import pack1.a as a1
fun foo() {
42.a1()
}