Files
kotlin/idea/testData/codeInsight/unwrapAndRemove/removeExpression/tryInBlock.kt.after
2013-06-21 19:32:14 +04:00

6 lines
60 B
Plaintext
Vendored

// OPTION: 0
fun foo(n : Int): Int {<caret>
return 0
}