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