class UseParam(x: Int) { val y = x val z = 2 * y }