=== tests/cases/conformance/parser/ecmascript5/EnumDeclarations/parserEnumDeclaration1.ts === enum E { >E : E Foo = 1, >Foo : E Bar >Bar : E }