[IR][tests] Extend test for IR linkage issues related to functions
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
|
||||
fun qux(exp: Boolean): String = if (exp) exp_foo() else foo()
|
||||
fun qux(exp: Boolean): String = if (exp) exp_foo() else foo()
|
||||
fun qux2(exp: Boolean): String = if (exp) A().exp_foo() else A().foo()
|
||||
|
||||
Reference in New Issue
Block a user