[K/N][tests] Added a couple of tests on caches
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun foo() = 42
|
||||
@@ -0,0 +1,4 @@
|
||||
import kotlin.test.*
|
||||
|
||||
@Test
|
||||
fun runTest() = println(foo())
|
||||
Reference in New Issue
Block a user