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