Files
kotlin-fork/idea/testData/wordSelection/DocComment/5.kt
T
2020-04-07 02:12:32 +03:00

9 lines
95 B
Kotlin
Vendored

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