typedef MyTypedef = { b : Bool, } class Main { static public function main() { var t:MyTypedef = { b: 1, } } }