Files
kotlin-fork/compiler/testData/psi/kdoc/Sections.kt
T
2015-01-20 18:00:17 +01:00

6 lines
183 B
Kotlin
Vendored

/**
* This is the doc comment for a class.
* @param T a type parameter.
* @constructor This is the doc comment for the primary constructor.
* @param a a constructor parameter.
*/