Files
kotlin-fork/compiler/testData/lineNumber/custom/multilineInfixCall.kt
T
2014-12-23 14:40:26 +03:00

10 lines
70 B
Kotlin

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