mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
10 lines
185 B
Kotlin
10 lines
185 B
Kotlin
fun foo1() {
|
|
(1..5).forEach {
|
|
println(it)
|
|
}
|
|
}
|
|
|
|
// METHOD : invoke(I)V
|
|
// VARIABLE : NAME=this TYPE=L_DefaultPackage$foo1$1; INDEX=0
|
|
// VARIABLE : NAME=it TYPE=I INDEX=1
|