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

7 lines
32 B
Kotlin
Vendored

package b
class B
fun b() {
}