Files
kotlin-fork/idea/testData/folding/noCollapse/kdocComments.kt
T
2013-06-18 17:46:02 +04:00

9 lines
132 B
Kotlin

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