summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/multiModule/common/simpleDependency/module2_c.kt
blob: c4fab8fb00b4718a543ff7f5f44c721df165a749 (plain)
1
2
3
4
5
package c

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