class Main2 { var test(get, null):String; static function get_test() return "foo"; static function main():Void { } }