Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
mergeElseIf
/
comments.kt.after
blob: 34a5b6a7f29a0f53ce492a422ff707ff3728816f [
file
] [
log
] [
blame
]
fun foo
()
{
// comment 1
if
(
true
)
{
}
<caret>
else
/* comment 2 */
if
(
true
)
{
// comment 4
foo
()
}
}