mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
6 lines
97 B
Kotlin
6 lines
97 B
Kotlin
fun ff(): Int {
|
|
var i = 1
|
|
<!UNUSED_FUNCTION_LITERAL!>{ (i: Int) -> i }<!>
|
|
return i
|
|
}
|