Files
kotlin-fork/idea/testData/codeInsight/codeTransformations/declarations/split/longInit2.kt
T
2013-06-13 20:19:34 +04:00

7 lines
107 B
Kotlin

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