Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
145b5051f737bcd07fb6d5440a722cea8ba3f98c
/
.
/
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