class WithParameters { constructor(x: Int = 42, y: String = "Hello") }