6 lines
93 B
Kotlin
Vendored
6 lines
93 B
Kotlin
Vendored
fun foo() {
|
|
<caret>println() // A very long
|
|
// and important comment
|
|
println()
|
|
}
|