You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LocalStaticsTest.java
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1705,4 +1705,30 @@ public void testBug574791_3() {
1705
1705
"Hi from MyTest\n" +
1706
1706
"Hi from EnumTester");
1707
1707
}
1708
+
// ECJ reports about non-existing modifiers on a local class in a switch expression
0 commit comments