blob: 605fe1954aaddc44ebc3fc4d637a834631b81036 [file] [log] [blame]
package p;
import java.util.List;
class B<T> extends A<T>{
}