Files
kotlin-fork/nj2k/testData/newJ2k/comments/beginningOfCommentInsideMultilineOne.kt
T
Ilya Kirillov 5be80be74d New J2K: fix converting multiline comment with /* inside
#KT-18001 fixed
#KT-35081 fixed
2020-01-13 14:32:47 +03:00

14 lines
119 B
Kotlin
Vendored

/**
* / * comment
*/
internal class A
/**
* / ** / B
*/
internal class B
/**
* / ** / C
* / */
internal class C