[FIR] Fix problem with local classes in anonymous objects
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// !DUMP_CFG
|
||||
|
||||
val x = object {
|
||||
class Nested {
|
||||
fun foo() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user