blob: f482797a13ef670c5bbc6726f2e1f8770e636bca [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
class RedefinePropertyInFunction() {
var i = 17
fun f(): Int {
var i = 18
return i
}
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, integerLiteral, localProperty, primaryConstructor,
propertyDeclaration */