JVM_IR fold safe calls and elvises
This commit is contained in:
committed by
teamcityserver
parent
7370d096ee
commit
9325660f06
@@ -0,0 +1,6 @@
|
||||
fun test(a: Any?, b: Any?, c: Any) =
|
||||
a ?: b ?: c
|
||||
|
||||
// 2 IFNONNULL
|
||||
// 0 IFNULL
|
||||
// 0 ACONST_NULL
|
||||
Reference in New Issue
Block a user