Files
kotlin-fork/idea/testData/intentions/removeConstructorKeyword/comments.kt.after
T
2019-01-24 14:32:21 +03:00

12 lines
181 B
Plaintext
Vendored

/**
* An important class
*/
class WithComments
/**
* Some nasty constructor
*/(
/* First parameter */
val first: Int,
/* Second Parameter */
val second: Double)