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