Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/moveFileWithChangingPackage/useClass.kt
T
Zalim Bashorov 9a9b863c9d IC: add tests with moving files
Additionally added the ability to use directories in IC tests.

 #KT-8002 Obsolete
2016-03-24 22:28:40 +03:00

9 lines
69 B
Kotlin
Vendored

package baz
import foo.*
import bar.*
fun useClass() {
Foo()
}