Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
unwrapAndRemove
/
unwrapThen
/
thenCompoundInBlock.kt.after
blob: eeb88bdc504dae954fd6c6c6bb71ec661265c001 [
file
]
// OPTION: 1
fun foo
(
n
:
Int
):
Int
{
<caret>
println
(
"> 0"
)
n
+
10
return
n
}