Fixed 2 bugs in Join Lines
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val v: Int<caret> // variable v
|
||||
v = 10
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val v: Int<caret> // variable v
|
||||
v = 10
|
||||
}
|
||||