FIR2IR: make anonymous object constructor public to match K1 behavior

This commit is contained in:
Mikhail Glukhikh
2023-03-15 12:33:11 +01:00
committed by Space Team
parent e1c2dc06f1
commit 0ecfcf4380
45 changed files with 72 additions and 853 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
fun WithCompanion.test() {
val test1 = object : WithCompanion(this) {}
val test2 = object : WithCompanion(this.foo()) {}