mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
12 lines
187 B
Kotlin
Vendored
12 lines
187 B
Kotlin
Vendored
package c
|
|
|
|
fun test() {
|
|
val x = 10
|
|
fun inner1() {
|
|
fun inner2() {
|
|
fun inner3() {
|
|
val <!UNUSED_VARIABLE!>y<!> = x
|
|
}
|
|
}
|
|
}
|
|
} |