FIR2IR: distinguish constructor when picking return target

This commit is contained in:
Jinseong Jeon
2020-10-03 00:50:22 -07:00
committed by Mikhail Glukhikh
parent 5ab822be36
commit aa488eabc9
2 changed files with 8 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
inline fun run2(block: () -> Unit) = block()
class A {