Files
openide/java/java-tests/testData/inspection/defUse/UnusedVariable.java
T

5 lines
50 B
Java

class Foo {
public void foo() {
int i;
}
}