Files
kotlin-fork/idea/testData/intentions/declarations/split/longInit.kt
T

7 lines
107 B
Kotlin
Vendored

fun foo(n: Int) {
<caret>val x =
if (n > 0)
"> 0"
else
"<= 0"
}