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