Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertBlockCommentToLineComment
/
blankLine.kt
blob: c3354243924903e77351d87001607e064db44ed0 [
file
] [
log
] [
blame
]
fun test
()
{
/*
comment1
comment2
comment3
*/
<caret>
val foo
=
1
}