mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
class Test {
|
||||
|
||||
/**
|
||||
* @param <error>i</error> here description goes
|
||||
* <warning>@return</warning>
|
||||
*/
|
||||
int d(){return 1;}
|
||||
}
|
||||
/**
|
||||
* @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; }
|
||||
}
|
||||
Reference in New Issue
Block a user