blob: 6f171143f50ae3df3b62ea515e0e277e6b2e4685 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
val i = 17
val f: () -> Int = { var i = 17; i }
/* GENERATED_FIR_TAGS: functionalType, integerLiteral, lambdaLiteral, localProperty, propertyDeclaration */