7 lines
107 B
Kotlin
Vendored
7 lines
107 B
Kotlin
Vendored
fun foo(n: Int) {
|
|
<caret>val x =
|
|
if (n > 0)
|
|
"> 0"
|
|
else
|
|
"<= 0"
|
|
} |