mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
7 lines
182 B
Kotlin
Vendored
7 lines
182 B
Kotlin
Vendored
fun f(<!UNUSED_PARAMETER!>i<!>: Int) {
|
|
for (j in 1..100) {
|
|
<!UNUSED_LAMBDA_EXPRESSION!>{
|
|
var <!NAME_SHADOWING, UNUSED_VARIABLE!>i<!> = 12
|
|
}<!>
|
|
}
|
|
} |