11a3482970
#KT-38632 Fixed
11 lines
147 B
Plaintext
Vendored
11 lines
147 B
Plaintext
Vendored
class WithComments/* Some parameter */
|
|
/**
|
|
* A constructor
|
|
*/(
|
|
/**
|
|
* A very important property
|
|
*/
|
|
val veryImportant: Any
|
|
) {
|
|
|
|
} |