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

8 lines
79 B
Plaintext
Vendored

// OPTION: 1
fun foo(n : Int): Int {
val m = n + 1
m/0
return 0
}