blob: 2275135f7be14270ba0456252a8597e2f0ca765c [file] [log] [blame]
// "Create Method 'test2'" "true"
class Foo {
static String FOO_BAR = "Bar";
void test1() { tes<caret>t2(FOO_BAR); }
}