blob: b83971364857ec8644dbf6ce6914e2545f9489fc [file] [log] [blame]
package p;
public class Foo {
public void foo() {
}
{
foo();
}
}