Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
compiler
/
testData
/
psi
/
LineCommentsInBlock.kt
blob: 562aff54fd703722bac35f68c57d3ae656cdb5bb [
file
] [
log
] [
blame
] [
edit
]
fun test
()
{
// start
foo
()
// middle
foo
()
// end
}
fun foo
()
{}