Files
kotlin-fork/compiler/testData/psi/LineCommentsInBlock.kt
T

13 lines
90 B
Kotlin
Vendored

fun test() {
// start
foo()
// middle
foo()
// end
}
fun foo() {}