blob: a8d0b7adbee9aa31dd890c9538b6f886969d581f [file] [log] [blame]
public class Test {
public void foo(final int param) {
}
void bar() {
foo();
}
}