Files
kotlin-fork/jps-plugin/testData/incremental/cacheVersionChanged/withError/module3_c.kt
T

8 lines
55 B
Kotlin
Vendored

package module3
import module2.*
fun c() {
b()
}