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,5 @@
|
||||
fun foo(x: String) {
|
||||
when (x) {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo(x: String) {
|
||||
<spot>x</spot>$key
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Wrap expression with 'when' statement
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user