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