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