blob: fa8646ff94330941fa3b91489e1126389ef00cb9 [file] [log] [blame]
class Test {
static int variable = 1;
static class Inner{
int variable = 0;
static void foo(){
int val1 = <ref>variable;
}
}
}