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