Files
kotlin-fork/idea/testData/codeInsight/unwrapAndRemove/unwrapThen/thenCompoundInBlock.kt.after
T
2013-06-21 18:18:08 +04:00

8 lines
89 B
Plaintext

// OPTION: 1
fun foo(n: Int): Int {
<caret>println("> 0")
n + 10
return n
}