Community
Participate
Working Groups
},
"complain about ambiguity");
}
//https://bugs.eclipse.org/bugs/show_bug.cgi?id=91061
public void test575() {
this.runNegativeTest(
new String[] {
"X.java",
"public class X<T> {\n" +
" public interface I {\n" +
" void set(T t);\n" +
" }\n" +
"}"
"----------\n" +
"1. ERROR in X.java (at line 3)\n" +
" ^\n" +
"Cannot make a static reference to the type parameter T\n" +
"----------\n");