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.builder/src/org/eclipse/jdt/core/groovy/tests/search/GenericInferencingTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -942,7 +942,7 @@ public void testClosure7() {
942
942
Stringcontents =
943
943
"class C<T> {\n" +
944
944
" static <U> C<U> of(U item) {}\n" +
945
-
" def <V> C<V> map(F<? super T, ? super V> func) {}\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/StaticCompilationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -6336,7 +6336,7 @@ public void testCompileStatic10047() {
Copy file name to clipboardExpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.compiler/src/org/eclipse/jdt/groovy/core/tests/xform/TypeCheckedTests.java
+48-1
Original file line number
Diff line number
Diff line change
@@ -2162,7 +2162,7 @@ public void testTypeChecked9873() {
2162
2162
" static <U> C<U> of(U item) {\n" +
2163
2163
" new C<U>(item)\n" +
2164
2164
" }\n" +
2165
-
" def <V> C<V> map(F<? super T, ? super V> func) {\n" +
0 commit comments