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