mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 23:11:44 +07:00
7 lines
105 B
Java
7 lines
105 B
Java
class C{
|
|
|
|
/**
|
|
* @param a<caret>
|
|
*/
|
|
private int foo(int a1, char a2, String a3) {}
|
|
} |