blob: 08d7c6fab29bb59cef76e325bc928f6cbedb52ac [file] [log] [blame]
package p0;
public abstract class VerySuperFoo {
protected abstract void foo();
}