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