package test;

/* package private */ class AbstractFoo {
    public int f() { return 2; }
}
