Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
mergeIfs
/
comments.kt
blob: 17c50d4adc1004120d3cbcadc72811e143e8dbf1 [
file
] [
log
] [
blame
]
fun foo
()
{
// comment 1
<caret>
if
(
/* comment 2 */
true
/* comment 3 */
)
{
if
(
false
)
{
// comment 4
foo
()
}
}
}