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