blob: fc9318c829da644a8abb44db49f1c8fcb0c4bbc6 [file] [log] [blame]
package p;
public abstract class A {
abstract void foo();
}