Files
kotlin-fork/idea/testData/wordSelection/DocCommentOneLine/2.kt
T
Nikolay Krasko e41cddd870 Allow to select single word on double click in one line doc comment (KT-14327)
(cherry picked from commit 184d39a)

 #KT-14327 Fixed
2016-10-25 18:18:07 +03:00

3 lines
67 B
Kotlin
Vendored

/**<selection> Doc comment <caret>here </selection>*/
fun foo() {
}