blob: e8da3e9ca50628c06104c577385a5f165ff58a86 [file] [log] [blame]
class C2 extends C<String> {
protected <V> V method(){
}
}