mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
11 lines
310 B
Java
11 lines
310 B
Java
public class SeeConstants {
|
|
public static final String III = "";
|
|
public static final String UUU = "";
|
|
|
|
/**
|
|
* @see SeeConstants.<error descr="Cannot resolve symbol 'SeeConstants.III'">III</error>
|
|
* @see SeeConstants#UUU
|
|
* @param args blah-blah
|
|
*/
|
|
public static void main(String[] args) { }
|
|
} |