blob: f084196706a087b38c0534a180561f6bf9eef4af [file] [log] [blame]
package test0330;
public class Test {
public foo() {
return 0;
}
}
class A {
void bar() {
new Test().foo();
}
}