class Main extends Abstr { static function main() {} } abstract class Abstr { abstract function new():Void; }