class WithProperties constructor(val x: Int, val y: Int = 7, private val z: Int = 13)