Skip to content

Commit

Permalink
#Issue eclipse-jdt#2537 fix - correction of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkrzywanski committed Jul 8, 2024
1 parent ba550e2 commit 529d317
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2022 IBM Corporation and others.
* Copyright (c) 2000, 2024 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -4985,7 +4985,7 @@ public void testBug434044_comment36() {
"1. ERROR in EclipseJava8Generics.java (at line 28)\n" +
" final Object propertyValue = typedProperty.getBar().doFoo(null);\n" +
" ^^^^^\n" +
"The method doFoo(String) is ambiguous for the type capture#3-of ? extends EclipseJava8Generics.AbstractFoo<?>\n" +
"The method doFoo(String) is ambiguous for the type capture#2-of ? extends EclipseJava8Generics.AbstractFoo<?>\n" +
"----------\n");
}
public void testBug434793() {
Expand Down

0 comments on commit 529d317

Please sign in to comment.