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