Files
kotlin-fork/idea/testData/wordSelection/DeclarationWithDocComment/1.kt
T
2019-06-29 20:36:55 +03:00

13 lines
140 B
Kotlin
Vendored

class C {
fun foo() {
}
<selection><caret> /**
* comment
*/
</selection> fun bar() {
}
fun baz() {
}
}