Surround with: move declaration out from block
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
<selection>
|
||||
fun test() {}
|
||||
"aaa"
|
||||
test()
|
||||
</selection>
|
||||
|
||||
val a = "ss"
|
||||
}
|
||||
Reference in New Issue
Block a user