Files
kotlin-fork/jps-plugin/testData/incremental/multiModule/common/simpleDependency/module2_c.kt
T
2018-07-23 15:43:17 +03:00

5 lines
113 B
Kotlin
Vendored

package c
fun c() {
// This file doesn't use anything from module1, so it won't be recompiled after change
}