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