mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
12 lines
217 B
Kotlin
12 lines
217 B
Kotlin
fun foo() {
|
|
fun bar() : (Int) -> Unit {
|
|
return {
|
|
1
|
|
}
|
|
}
|
|
}
|
|
|
|
// METHOD : invoke(I)V
|
|
// VARIABLE : NAME=this TYPE=L_DefaultPackage$foo$1$1; INDEX=0
|
|
// VARIABLE : NAME=it TYPE=I INDEX=1
|