3d8d92c7d3
- test data files renamed from *.jet to *.kt
12 lines
187 B
Kotlin
12 lines
187 B
Kotlin
package c
|
|
|
|
fun test() {
|
|
val x = 10
|
|
fun inner1() {
|
|
fun inner2() {
|
|
fun inner3() {
|
|
val <!UNUSED_VARIABLE!>y<!> = x
|
|
}
|
|
}
|
|
}
|
|
} |