blob: b2fe726cdc0c9b0774c8e4a441d4dd55e95b976d [file] [log] [blame]
public class Test{
static int a = 0;
public int foo(){
return new Test().<ref>a;
}
}