Files
kotlin/idea/testData/codeInsight/unwrapAndRemove/unwrapElse/elseCompoundInBlock.kt.after
2013-06-21 18:18:08 +04:00

8 lines
90 B
Plaintext
Vendored

// OPTION: 3
fun foo(n: Int): Int {
println("<= 0")
n - 10<caret>
return n
}