fun foo(x: Int, y: String) { val z = y val w = x.toString() }