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:
Valentin Kipyatkov
2014-12-23 22:57:59 +03:00
parent 94466da61b
commit 37e40267fe
11 changed files with 46 additions and 1 deletions
@@ -0,0 +1,5 @@
fun foo() {
<selection> for (i in 1..<caret>10) {
}
</selection>}