Surround with: move declaration out from block
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
<caret>var a: String? = "aaa"
|
||||
a = "bbb"
|
||||
}
|
||||
Reference in New Issue
Block a user