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