fun manyParams(used: String, unused: String) = println(used) fun callMany() { manyParams("op", "qr") }