blob: 60e39c9db15c04aeef9cce7134ea177ba5a4d887 [file] [log] [blame]
class C2 extends C<String> {
protected <V> V method(String t, V u, C<V> cu){
}
}