Files
kotlin-fork/idea/testData/wordSelection/DocComment/4.kt
T
2020-04-03 12:38:51 +03:00

9 lines
95 B
Kotlin
Vendored

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