Files
kotlin-fork/idea/testData/intentions/introduceImportAlias/inImport.kt
T
2019-04-08 11:25:32 +07:00

9 lines
73 B
Kotlin
Vendored

package test
import test.Foo<caret>
class Foo
fun main() {
Foo()
}