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