blob: e93f25ac05ef761953f0d88f6e278ef92a276768 [file]
fun test5() {
var a: Int
try {
<!UNUSED_VALUE!>a =<!> 3
}
finally {
a = 5
}
a.hashCode()
}