blob: b7b2aff904419f0474c1bb77cc41a9641184ea08 [file] [log] [blame]
package test0025;
public class X<E> {
<E> X(E e) {
<E> this();
}
<E> X() {
}
}