mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
[tests] message texts in Javadoc highlighting tests
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
public class SeeConstants {
|
||||
public static final String III = "";
|
||||
public static final String UUU="";
|
||||
public static final String UUU = "";
|
||||
|
||||
/**
|
||||
* @see SeeConstants.<error>III</error>
|
||||
* @see SeeConstants.<error descr="Cannot resolve symbol 'SeeConstants.III'">III</error>
|
||||
* @see SeeConstants#UUU
|
||||
* @param args blah-blah
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
}
|
||||
}
|
||||
public static void main(String[] args) { }
|
||||
}
|
||||
Reference in New Issue
Block a user