Files
kotlin-fork/idea/testData/folding/noCollapse/kdocComments.kt
T

9 lines
165 B
Kotlin
Vendored

<fold text='/** Kdoc licence ...*/'>/**
* Kdoc licence
*/</fold>
package some
<fold text='/** Some Kdoc comment ...*/'>/**
* Some Kdoc comment
*/</fold>
class A