blob: 50199f04b780fc0aa208ff8f9f200dd299ea70ee [file] [log] [blame]
package a;
public class Test extends Sup {
void x() {
foo();
}
}