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