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

4 lines
37 B
Java

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