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

5 lines
37 B
Plaintext
Vendored

import pack1.a
fun foo() {
a()
}