FIR2IR: create local classes on the fly properly
This commit is contained in:
committed by
teamcity
parent
a05244eca1
commit
67a05883d6
@@ -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