Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
psi
/
NestedComments.kt
blob: a16e1e9dbb3eb112deb008362aff6094710b7f8b [
file
] [
log
] [
blame
]
fun doo
()
{
/*/b
// */
b
/**/
b
/* */
b
/*/**/
*/
b
/***/
b
/** /***/
*/
b
/** /**
*/
***/
b
}