Implement if/else/null/notnull/when/try postfix templates
#KT-4710 In Progress
This commit is contained in:
committed by
Nikolay Krasko
parent
09266b222b
commit
4d28199cc2
@@ -0,0 +1,6 @@
|
||||
fun foo(x: Boolean) {
|
||||
try {
|
||||
x
|
||||
} catch(e: <caret>Exception) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user