blob: a29527c35326e1846f8c78fd58ed5b5245c348ce [file] [log] [blame]
class C2 extends C<String> {
String method(String x, C<String> y);
}