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/xform/StaticCompilationTests.java
-5
Original file line number
Diff line number
Diff line change
@@ -2893,11 +2893,6 @@ public void testCompileStatic9043_staticInnerToPackage2() {
2893
2893
"1. ERROR in Main.groovy (at line 6)\n" +
2894
2894
"\tprint value\n" +
2895
2895
"\t ^^^^^\n" +
2896
-
"Groovy:Apparent variable 'value' was found in a static scope but doesn't refer to a local variable, static field or class.\n" +
2897
-
"----------\n" +
2898
-
"2. ERROR in Main.groovy (at line 6)\n" +
2899
-
"\tprint value\n" +
2900
-
"\t ^^^^^\n" +
2901
2896
"Groovy:[Static type checking] - The variable [value] is undeclared.\n" +
Copy file name to clipboardExpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.compiler/src/org/eclipse/jdt/groovy/core/tests/xform/package.html
0 commit comments