[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:
Roman Artemev
2020-11-27 12:12:04 +03:00
parent 697d4675a2
commit 96ba3b873e
18 changed files with 179 additions and 0 deletions
@@ -0,0 +1,5 @@
package test
fun useDefault1() {
f(10)
}