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