blob: e04d2324b15997769018ddd0c80360767026d786 [file] [log] [blame]
class Test<T> {
T myT;
/**
* {@link Test#myT}
*/
void bar(){
}
}