object A { object B { object C } interface X val a = object : Any() { object D { object G interface Z } interface Y } fun b() { object E { object F interface M } interface N val c = object : Any() { val t = "test" interface U } } }