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