Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
NestedComments.kt
blob: 7a5e7d3e4b2cc576e8803f7805f710846c94764d [
file
]
// COMPILATION_ERRORS
fun doo
()
{
/*/b
// */
b
/**/
b
/* */
b
/*/**/
*/
b
/***/
b
/** /***/
*/
b
/** /**
*/
***/
b
}