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
@@ -19,6 +19,7 @@ package org.jetbrains.jet.jvm.compiler;
import com.intellij.testFramework.TestDataPath;
import org.jetbrains.jet.JUnit3RunnerWithInners;
import org.jetbrains.jet.JetTestUtils;
import org.jetbrains.jet.test.InnerTestClasses;
import org.jetbrains.jet.test.TestMetadata;
import org.junit.runner.RunWith;