d1958be2a8
(cherry picked from commit 998e39e)
10 lines
162 B
Plaintext
Vendored
10 lines
162 B
Plaintext
Vendored
class WithComments/* Some parameter */
|
|
/**
|
|
* A constructor
|
|
*/(
|
|
/**
|
|
* A very important property
|
|
*/
|
|
val veryImportant: Any) {
|
|
|
|
} |