mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class Test {
|
||||
/**
|
||||
* Value is {@value <error>#g</error>}
|
||||
*/
|
||||
public void i() {}
|
||||
/**
|
||||
* Value is {@value <error descr="@value tag must reference a field">#g</error>}
|
||||
*/
|
||||
public void i() {}
|
||||
|
||||
public void g() {}
|
||||
public void g() {}
|
||||
}
|
||||
Reference in New Issue
Block a user