mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 17:51:09 +07:00
9 lines
180 B
Java
9 lines
180 B
Java
// "Create method 'test2'" "true-preview"
|
|
class Foo {
|
|
static String FOO_BAR = "Bar";
|
|
void test1() { test2(FOO_BAR); }
|
|
|
|
private void test2(String fooBar) {
|
|
|
|
}
|
|
} |