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: base-test/org.eclipse.jdt.groovy.core.tests.compiler/src/org/eclipse/jdt/groovy/core/tests/basic/GroovySimpleTests.java
+26-1
Original file line number
Diff line number
Diff line change
@@ -425,7 +425,7 @@ public void testLambdaScope2() {
425
425
}
426
426
427
427
@Test
428
-
publicvoidtestModuleInfo1() {
428
+
publicvoidtestModuleInfo() {
429
429
assumeTrue(isAtLeastJava(JDK9));
430
430
431
431
//@formatter:off
@@ -744,6 +744,31 @@ public void testStaticProperty9() {
0 commit comments