Test that Kotlin incremental caches are created lazily

This commit is contained in:
Alexey Tsvetkov
2015-09-22 23:47:52 +03:00
parent 4b880f324a
commit a3f2ccf72d
30 changed files with 273 additions and 0 deletions
@@ -56,6 +56,9 @@ val INLINE_ANNOTATION_DESC = "Lkotlin/inline;"
internal val CACHE_DIRECTORY_NAME = "kotlin"
@TestOnly
public fun getCacheDirectoryName(): String =
CACHE_DIRECTORY_NAME
public class IncrementalCacheImpl(
targetDataRoot: File,