blob: c409cec713761283217c6cadfbbba062ca4d3f73 [file] [log] [blame]
package p1;
import p0.Foo;
public class Third {
{
new Foo().bar();
}
}