summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/DoNotCreateUselessKotlinIncrementalCaches/test/test.kt
blob: c133c83fce7a19f264b8d53512df674a507404ed (plain)
1
2
3
fun test() {
    val x = 5 + 5
}