JVM_IR simplify null check on trivially initialized vals only
This commit is contained in:
committed by
TeamCityServer
parent
ae1288948a
commit
aea2db97c5
+1
-1
@@ -17,5 +17,5 @@ fun test(an: A?) = an?.b?.c?.s
|
||||
// JVM_IR_TEMPLATES
|
||||
// 0 ASTORE
|
||||
// 1 ACONST_NULL
|
||||
// 1 IFNULL
|
||||
// 3 IFNULL
|
||||
// 0 IFNONNULL
|
||||
Reference in New Issue
Block a user