enum class Z { ENTRY { fun test() {} inner class A { fun test2() { test() } } } }