Files
kotlin-fork/compiler/testData/codegen/bytecodeText/ifNullChain/safeCallChain2.kt
T
2021-08-24 18:56:11 +03:00

9 lines
130 B
Kotlin
Vendored

class A(val bn: B?)
class B(val cn: C?)
class C(val s: String)
fun test(an: A?) = an?.bn?.cn?.s
// JVM_IR_TEMPLATES
// 0 ASTORE