Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
controlFlowAnalysis
/
assignedInFinally.fir.kt
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 */