blob: 3e91df260046545e89b0f55a383f9b620dfc4593 [file] [log] [blame]
abstract class Super {
public abstract void method() {}
}