@:structInit abstract class Abstract { } class Main extends Abstract { static function main() { } }