6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
fun foo() {
|
|
for (i in 0..test.lineNumber()) {
|
|
test.lineNumber()
|
|
}
|
|
}
|