Files
kotlin/idea/testData/codeInsight/unwrapAndRemove/unwrapFinally/finallyCompoundInBlock.kt.after
2013-06-21 19:32:09 +04:00

8 lines
96 B
Plaintext
Vendored

// OPTION: 0
fun foo(n: Int): Int {
val s = "finally"
println(s)<caret>
return 0
}