Test that Kotlin incremental caches are created lazily
Original commit: a3f2ccf72d
This commit is contained in:
@@ -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
|
||||
+5
@@ -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() {}
|
||||
Reference in New Issue
Block a user