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