[IR][tests] Add tests for IR linkage issues related to properties

This commit is contained in:
Dmitriy Dolovov
2022-04-27 11:23:19 +03:00
parent 8e8ecc48ad
commit deb9039b0f
26 changed files with 163 additions and 51 deletions
+3
View File
@@ -0,0 +1,3 @@
fun qux(exp: Boolean): String = if (exp) exp_foo else foo
fun qux2(exp: Boolean): String = if (exp) A().exp_foo else A().foo
fun qux3(exp: Boolean): String = if (exp) B().exp_foo else B().foo
@@ -0,0 +1,2 @@
STEP 0:
dependencies: stdlib, lib1