blob: c8e8447af6f3bed22ad23890af02af58fb923f4c [file] [log] [blame]
class B<caret><TB> extends A<TB>{
public B() {
super();
}
}