Test that Kotlin incremental caches are created lazily

Original commit: a3f2ccf72d
This commit is contained in:
Alexey Tsvetkov
2015-09-22 23:47:52 +03:00
parent 3823a0f986
commit 86e80e4a58
29 changed files with 268 additions and 0 deletions
@@ -0,0 +1,8 @@
Cleaning output files:
out/production/module/META-INF/module.kotlin_module
out/production/module/UtilsKt.class
out/production/module/_DefaultPackage.class
End of files
Compiling files:
src/utils.kt
End of files
@@ -0,0 +1,5 @@
Module 'module' production
package-parts.tab
proto.tab
source-to-classes.tab
Module 'module' tests
@@ -0,0 +1 @@
fun f() {}
@@ -0,0 +1 @@
fun f() {}