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