mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 02:15:59 +07:00
9 lines
132 B
Java
9 lines
132 B
Java
class Foo {
|
|
static final String HEL<caret>LO = createHelloText();
|
|
|
|
static String createHelloText() {
|
|
return "hello";
|
|
}
|
|
}
|
|
|