blob: 62e163e8cdce714816221051f8bb61b75e18ebc6 [file] [log] [blame]
// "Create Method 'test2'" "true"
class Foo {
static String FOO_BAR = "Bar";
void test1() { test2(FOO_BAR); }
private void test2(String fooBar) {
}
}