class Test { public void test(String... a){} public void test(int... a){} public static void main() { new Test().test(); } }