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