Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertBlockCommentToLineComment
/
endOflineComment.kt
blob: a76d9e24130af8a42b6fe9465e30ad16543ecfd4 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
fun test
()
{
// comment<caret>
val foo
=
1
}