enum abstract A(Int) { var Typo = 0; } class Main { static public function main() { var a:A = Typi; } }