blob: 2a7381d7c378c743a008203e7a39a64f8c3ecad7 [file] [log] [blame]
package test0573;
public class Z extends Y
{
public void foo() {
this.bar();
}
public void bar() throws Exception {
}
}