Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dc4e06c6afe5f8bb2d4b9c834b8eaf190cabe72a
/
.
/
compiler
/
testData
/
psi
/
CommentsBindingInStatementBlock.kt
blob: 6bef62272d2a2117cda227b051744ffd7a254edd [
file
]
fun test
()
{
if
(
true
)
{
/*start-end*/
}
if
(
true
)
{
/*start-end*/
}
if
(
true
)
{
/*start*/
/*end*/
}
if
(
true
)
{
/*start*/
/** doc */
val a
=
12
/*end*/
}
}