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