enum class E { abstract class Nested ENTRY } fun box(): String { E.ENTRY return "OK" }