mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 02:15:59 +07:00
8 lines
75 B
Java
8 lines
75 B
Java
class Test<T> {
|
|
|
|
/**
|
|
* {@link Extracted#myT}
|
|
*/
|
|
void bar(){
|
|
}
|
|
} |