blob: 43498bedcaa3ed07c5b757f9cd6597dfded3d566 [file] [log] [blame]
package p;
class A<T>{
/**
* comment
*/
void f(){}
}
class B extends A<String>{
}