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