Extend selection: select just KDoc if cursor is just before the KDoc (KT-16476)
#KT-16476 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
8afa938723
commit
c442d69db6
@@ -123,6 +123,7 @@ public class WordSelectionTest extends KotlinLightCodeInsightFixtureTestCase {
|
||||
public void testDeclarationWithComment2() { doTest(); }
|
||||
public void testDeclarationWithComment3() { doTest(); }
|
||||
public void testDeclarationWithComment4() { doTest(); }
|
||||
public void testDeclarationWithDocComment() { doTest(); }
|
||||
|
||||
public void testLeftBrace() { doTest(); }
|
||||
public void testRightBrace() { doTest(); }
|
||||
|
||||
Reference in New Issue
Block a user