Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
unwrapAndRemove
/
unwrapTry
/
tryCompoundInBlock.kt.after
blob: 6240f7e1d2c0df382e9c26ab737cd09e9e3b13a8 [
file
]
// OPTION: 1
fun foo
(
n
:
Int
):
Int
{
val m
=
n
+
1
m
/
0
return
0
}