Extend selection: select just KDoc if cursor is just before the KDoc (KT-16476)

#KT-16476 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-05-23 10:03:49 +09:00
committed by Nikolay Krasko
parent 8afa938723
commit c442d69db6
5 changed files with 44 additions and 0 deletions
@@ -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(); }