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