TypeScript/tests/baselines/reference/parserKeywordsAsIdentifierName1.symbols
2015-04-15 16:44:20 -07:00

15 lines
442 B
Plaintext

=== tests/cases/conformance/parser/ecmascript5/parserKeywordsAsIdentifierName1.ts ===
var big = {
>big : Symbol(big, Decl(parserKeywordsAsIdentifierName1.ts, 0, 3))
break : 0,
>break : Symbol(break, Decl(parserKeywordsAsIdentifierName1.ts, 0, 11))
super : 0,
>super : Symbol(super, Decl(parserKeywordsAsIdentifierName1.ts, 1, 13))
const : 0
>const : Symbol(const, Decl(parserKeywordsAsIdentifierName1.ts, 2, 13))
}