blob: d28c2710070e0db3d5e4e6be55f62164352f9766 [file]
// IGNORE_BACKEND_FIR: JVM_IR
enum class E {
ENTRY;
abstract class Nested
}
fun box(): String {
E.ENTRY
return "OK"
}