blob: 4c1af3bf4c720c733adaefd0b2d05505bbdf5907 [file] [log] [blame]
class A(val x : Int, val y : A?)
fun check(a : A?) : Int {
return a?.y?.x ?: (a?.x ?: 3)
}
// 0 valueOf
// 0 Value\s\(\)
// 0 ACONST_NULL