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