Added test checking that we don't create Kotlin incremental caches for targets without Kotlin.

Original commit: 8de11e4664
This commit is contained in:
Evgeny Gerashchenko
2014-12-15 16:46:20 +03:00
parent 8bab579f93
commit 3a3e5a547e
5 changed files with 43 additions and 0 deletions
@@ -0,0 +1,3 @@
fun test() {
val x = 5 + 5
}