blob: 1f0ce036ea14d5562bdb71e6aa24d3b35729c70c [file]
// RUN_PIPELINE_TILL: BACKEND
package c
fun test() {
val x = 10
fun inner1() {
fun inner2() {
fun inner3() {
val y = x
}
}
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, integerLiteral, localFunction, localProperty, propertyDeclaration */