mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
class Test {
|
|
|
|
/**
|
|
*
|
|
* @param i <caret>
|
|
* @param argument
|
|
*/
|
|
void test(int i, int argument) {
|
|
}
|
|
} |