Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
simplifyComparison
/
withAssertion3.kt
blob: ac670bad4abaefa8b99b2707a36de7fb46324e2a [
file
] [
log
] [
blame
]
// "Simplify comparison" "true"
// WITH_RUNTIME
fun test
()
{
val s
=
""
assert
(<
caret
>
s
!=
null
&&
false
)
}