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
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Any?) {
|
||||
x.null<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user