Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
codeInsight
/
unwrapAndRemove
/
unwrapCatch
/
catchCompoundInBlock.kt.after
blob: c5bfbd423e970b10f405ebc25c62dbdc3479da1c [
file
] [
log
] [
blame
]
// OPTION: 0
fun foo
(
n
:
Int
):
Int
{
val m
=
-
1
m
<caret>
return
0
}