blob: 91c0930d05ff6d854d89095ec0251687c92352a9 [file] [log] [blame]
class XY {
public static void foo(String... x) { }
public static void foo(Object a, Object... x) { }
public static void main(String[] args) {
<ref>foo("a");
}
}