Files

13 lines
90 B
Kotlin
Vendored

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