// "Cast parameter to 'long'" "true" class a { void f(Long l, String... s) {} void g() { f(0); } }