Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertAssertToIf
/
booleanConditionSimplified.kt
blob: 7cdbfba9a1783bb0c7f9d2b26a51e6411d2fbcf2 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
()
{
<caret>
assert
(
1
>
0
)
{
"text"
}
}