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