mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-29 02:25:59 +07:00
9 lines
122 B
Java
9 lines
122 B
Java
class C{
|
|
|
|
/**
|
|
* @see #n<caret>
|
|
*
|
|
* @since
|
|
*/
|
|
private int foo(int a, char b, String c) {}
|
|
} |