Files
kotlin-fork/jps-plugin/testData/incremental/multiModule/moveFileToAnotherModule/module2_useClassB.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

6 lines
45 B
Kotlin
Vendored

package usage
fun useClassB() {
b.B()
}