Extend Selection: don't select lambda parameters if lambda is multiple lines (#2586)

#KT-29364  Fixed
This commit is contained in:
Toshiaki Kameyama
2020-06-11 18:20:32 +09:00
committed by GitHub
parent 232be94738
commit 46907f861a
19 changed files with 141 additions and 0 deletions
@@ -39,6 +39,12 @@ public class WordSelectionTest extends KotlinLightCodeInsightFixtureTestCase {
public void testValueParametersInLambda() { doTest(); }
public void testValueParametersInLambda2() { doTest(); }
public void testValueParametersInLambda3() { doTest(); }
public void testValueParametersInLambda4() { doTest(); }
public void testDocComment() { doTest(); }
public void testDocCommentOneLine() { doTest(); }