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