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