Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
unwrapAndRemove
/
removeExpression
/
ifInBlock.kt
blob: 4e42512cfd13195a7983070fafa2bcc98b82a5f4 [
file
]
// OPTION: 0
fun foo
(
n
:
Int
):
Int
{
<caret>
if
(
n
>
0
)
{
1
}
else
{
-
1
}
return
0
}