blob: 48858e7435f92e58ab2e766b686e57b1843ae924 [file] [log] [blame]
// IGNORE_BACKEND: JS, JS_IR, JS_IR_ES6, NATIVE, WASM
// IGNORE_BACKEND: JVM, JVM_IR
// expected: rv: <nofield>
// KT-30616
val foo = "hello"
enum class Bar(val s: String) {
Eleven(s = foo)
}