Extend Selection: don't select lambda parameters if lambda is multiple lines (#2586)
#KT-29364 Fixed
This commit is contained in:
committed by
GitHub
parent
232be94738
commit
46907f861a
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user