c34b417d0c
#KT-34744
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) {
|
|
|
|
} |