Add surround with if /else
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val a = ""
|
||||
|
||||
if (<caret>) {
|
||||
a
|
||||
} else {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user