9 lines
95 B
Kotlin
Vendored
9 lines
95 B
Kotlin
Vendored
<selection>package p
|
|
|
|
/**
|
|
* Doc comment <caret>here
|
|
*/
|
|
fun foo() {
|
|
}
|
|
|
|
fun bar(){}</selection> |