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