Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
simplifyComparison
/
notNull.kt
blob: 7450d66f65715095865000ffc92d444d8a2b6a91 [
file
] [
log
] [
blame
]
// "Simplify comparison" "true"
fun foo
(
x
:
Int
)
{
if
(<
caret
>
x
!=
null
)
{
}
}