DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A4.1.5-1 / tests / misc / projects / Issue6950 / Main.hx
1234567891011
typedef MyTypedef = { b : Bool, } class Main { static public function main() { var t:MyTypedef = { b: 1, } } }