Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
psi
/
LineCommentsInBlock.kt
blob: 562aff54fd703722bac35f68c57d3ae656cdb5bb [
file
]
fun test
()
{
// start
foo
()
// middle
foo
()
// end
}
fun foo
()
{}