Add surround with function literal
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
<selection>"aaa"
|
||||
"aaa"</selection>
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
<selection>run</selection> {
|
||||
"aaa"
|
||||
"aaa"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
<caret>"aaa"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
<selection>run</selection> {
|
||||
"aaa"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user