[K/N][tests] Added a bunch of tests on incremental compilation
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun foo() = 42
|
||||
@@ -0,0 +1 @@
|
||||
fun bar() = 117
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
fun foo() = 42
|
||||
@@ -0,0 +1 @@
|
||||
fun bar() = 117
|
||||