blob: 7520b6492eb8f77a5b901b7606e7936a43563416 [file]
// IGNORE_BACKEND_FIR: JVM_IR
enum class State {
O,
K
}
fun box() = "${State.O}${State.K}"