blob: c3cefbbd462b073083273411ec9dd104b60678ed [file] [log] [blame]
class C<T> {
static <T> void method(C<T> anObject) {
System.out.println(anObject);
}
}