blob: c4620d44d8c4f9bce428faa2d38d981c8f4db118 [file]
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE, WASM_JS, WASM_WASI
// IGNORE_BACKEND: JVM_IR
// expected: rv: <nofield>
// KT-30616
val foo = "hello"
enum class Bar(val s: String = foo) {
Eleven("0")
}