Files
kotlin-fork/compiler/testData/lineNumber/custom/multilineInfixCall.kt
T

10 lines
76 B
Kotlin
Vendored

fun foo() {
1 foo
1
}
infix fun Int.foo(i: Int) {
}
// 2 4 7