FIR2IR: Fix exception when local class used before declaration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun box(): String {
|
||||
return object {
|
||||
val a = A("OK")
|
||||
inner class A(val ok: String)
|
||||
}.a.ok
|
||||
}
|
||||
Reference in New Issue
Block a user