Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
unwrapAndRemove
/
unwrapFinally
/
finallyCompoundInBlock.kt.after
blob: 3d853eed449460520eaff2fd39e7917565361346 [
file
] [
log
] [
blame
]
// OPTION: 0
fun foo
(
n
:
Int
):
Int
{
val s
=
"finally"
println
(
s
)<
caret
>
return
0
}