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