summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/withError/module1_a.kt.new.2
blob: 253e9fcc4f548b4de6faf9ce10dc8f1b3290f098 (plain)
1
2
3
4
5
6
package module1

class A

fun a() {
}