Files
kotlin-fork/idea/testData/intentions/convertSecondaryConstructorToPrimary/withComments.kt.after
T
Mikhail Glukhikh d1958be2a8 KT-9839 related, secondary constructor to primary: comment restoration
(cherry picked from commit 998e39e)
2016-09-30 16:39:36 +03:00

10 lines
162 B
Plaintext
Vendored

class WithComments/* Some parameter */
/**
* A constructor
*/(
/**
* A very important property
*/
val veryImportant: Any) {
}