mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
class Test {
|
||||
/**
|
||||
* @param ppp see {@link #<error>Test</error>}
|
||||
*/
|
||||
public void i(int ppp) {}
|
||||
|
||||
class A{ public void foo() {}}
|
||||
/**
|
||||
* @param ppp see {@link #<error descr="Cannot resolve symbol 'Test'">Test</error>}
|
||||
*/
|
||||
public void i(int ppp) {}
|
||||
|
||||
class A {
|
||||
public void foo() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user