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