Files
openide/java/java-tests/testData/inspection/deadCode/enumInstantiation/ext_src/Test1.java
T
2010-07-02 14:23:04 +04:00

8 lines
109 B
Java

public class Test1 {
void foo() {
if (Test.FIRST.invert() != Test.SECOND) {
//assert
}
}
}