Add try-catch, try-finally, try-catch-finally surrounders
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
try {
|
||||
"aaa"
|
||||
"aaa"
|
||||
} catch(e: <selection>Exception</selection>) {
|
||||
} finally {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user