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

9 lines
124 B
Kotlin
Vendored

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