mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
6 lines
157 B
Java
6 lines
157 B
Java
public class Test {
|
|
public static final String FIRST = "<selection>pref</selection>";
|
|
public static final String SECOND = "pref";
|
|
}
|
|
|
|
class AnotherTest {} |