Files
openide/java/java-tests/testData/psi/resolve/var/Visibility4.java
T

6 lines
54 B
Java

class Test {
static {
int a = 1 + <ref>a;
}
}