class Varargs { void xxx() { bar("aa", "hh"); } void bar(String... ss) { } }