blob: bde40fd875b4786b61604c56fabe4f95729fc993 [file] [log] [blame]
class C<T> {
void <caret>method() {
System.out.println(this);
}
}