mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
5 lines
132 B
Java
5 lines
132 B
Java
// "Create method 'test2'" "true-preview"
|
|
class Foo {
|
|
static String FOO_BAR = "Bar";
|
|
void test1() { tes<caret>t2(FOO_BAR); }
|
|
} |