mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Test {
|
||||
/**
|
||||
* Value is {@value #<error>badReference</error>}
|
||||
* @param ppp .
|
||||
*/
|
||||
public void i(int ppp) {}
|
||||
/**
|
||||
* Value is {@value #<error descr="Cannot resolve symbol 'badReference'">badReference</error>}
|
||||
* @param ppp .
|
||||
*/
|
||||
public void i(int ppp) {}
|
||||
}
|
||||
Reference in New Issue
Block a user