Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
/
kt12839.kt
blob: 391fdb2ec4e15964275ec37fb4212c9de7c8f08b [
file
]
fun test
()
{
val value
=
System
.
getProperty
(
"key"
)
if
(
value
!=
null
)
{
value
.
toUpperCase
()
}
}
// 1 IFNULL
// 0 IFNONNULL