KT-6521 Expand selection works wrong on a call inside for loop's range
KT-6518 Extend selection not working for expression in if #KT-6521 Fixed #KT-6518 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
for (i in <selection>1..<caret>10</selection>) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user