blob: 4ee6cbf62129841b6a7c6a0935feaa22dd19d97e [file] [log] [blame]
public class AAA {
<T> void g(T... t) {
}
void g(String... s) {
}
{
<ref>g("");
}
}