mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
7 lines
91 B
Java
7 lines
91 B
Java
class Test {
|
|
@Deprecated
|
|
public final String string = "";
|
|
|
|
void foo() {
|
|
}
|
|
} |