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