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