Implement Unwrap/Remove for try expressions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// OPTION: 1
|
||||
fun foo(n : Int): Int {
|
||||
val m = n + 1
|
||||
m/0
|
||||
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user