Files
kotlin-fork/idea/testData/intentions/convertSecondaryConstructorToPrimary/withComments.kt.after
T
2020-02-04 21:34:53 +07:00

10 lines
162 B
Plaintext
Vendored

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