Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/moveFileWithChangingPackage/useFun.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
67 B
Kotlin
Vendored

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