[IC] Add in-module tests for incremental compilation
Two tests to check recompilation when parameter with default value was added or removed without changing use-site.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun useDefault1() {
|
||||
f(10)
|
||||
}
|
||||
Reference in New Issue
Block a user