fun foo(a: Int, s: String): Int { return (a + 1) * a } fun test() { foo(1, "2") }