class A { val B = object { } fun foo() { val C = object { } } }