185d0c6165
#KT-29143 Fixed
12 lines
181 B
Plaintext
Vendored
12 lines
181 B
Plaintext
Vendored
/**
|
|
* An important class
|
|
*/
|
|
class WithComments
|
|
/**
|
|
* Some nasty constructor
|
|
*/(
|
|
/* First parameter */
|
|
val first: Int,
|
|
/* Second Parameter */
|
|
val second: Double)
|