blob: 0656467258f171ca6700ae08c1b5e16fd542e03c [file]
// IGNORE_BACKEND_FIR: JVM_IR
class A {
enum class E {
OK
}
}
fun box() = A.E.OK.toString()