Files
kotlin-fork/compiler/testData/psi/NestedComments.kt
T
2013-09-17 18:10:00 +04:00

20 lines
93 B
Kotlin
Vendored

fun doo() {
/*/b
// */
b
/**/
b
/* */
b
/*/**/*/
b
/***/
b
/** /***/*/
b
/** /**
*/***/
b
}