// "Create object 'Nested'" "true" class A { // TARGET_PARENT: class B { val a = Nested object Nested { } } }