mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
7 lines
212 B
Java
7 lines
212 B
Java
class Test {
|
|
/**
|
|
* @param <error descr="Cannot resolve symbol 'i'">i</error> here description goes
|
|
* <warning descr="'@return' tag description is missing">@return</warning>
|
|
*/
|
|
int d() { return 1; }
|
|
} |