blob: f61709ab093f38586b48532929dc394c36041d45 [file] [log] [blame]
package a;
import b.B;
public class A extends B {
void foo(){}
}