blob: 7b6faaa3e20d5c243ef4bb0be38dfe0bec75aba0 [file]
fun foo(n: Int) {
val x: String<caret>
x = if (n > 0)
"> 0"
else
"<= 0"
}