blob: cbcf5146d55f90dbc6343ad465f7e9ecb8fbbdb3 [file] [log] [blame]
class A {
val B = object { }
fun foo() {
val C = object { }
}
}