mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
6 lines
155 B
Java
6 lines
155 B
Java
class Test {
|
|
public void abc(Integer arg1, String ar<caret>g2, Integer arg3) {}
|
|
|
|
/** {@link #abc(Integer, String, Integer)} */
|
|
public void def() {}
|
|
} |