blob: 5eebe4027cbc3f23a5bbaf77157fd7dca05a5394 [file]
// RUN_PIPELINE_TILL: BACKEND
fun test5() {
var a: Int
try {
a = 3
}
finally {
a = 5
}
a.hashCode()
}
/* GENERATED_FIR_TAGS: assignment, functionDeclaration, integerLiteral, localProperty, propertyDeclaration,
tryExpression */