mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
class QTest {
|
|
{
|
|
System.out.println(Foo.FOO);
|
|
}
|
|
}
|
|
|
|
class Foo {
|
|
public static final String FOO = "FOO";
|
|
public static final String BAR = FOO;
|
|
} |