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/TypeCheckedTests.java
+28
Original file line number
Diff line number
Diff line change
@@ -5231,6 +5231,34 @@ public void testTypeChecked10482b() {
5231
5231
runConformTest(sources);
5232
5232
}
5233
5233
5234
+
@Test
5235
+
publicvoidtestTypeChecked10499() {
5236
+
for (Stringbounds : newString[] {"?", "Y", "? extends Y"}) {
0 commit comments