TypeScript/tests/baselines/reference/parserFunctionPropertyAssignment2.symbols

5 lines
199 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/parser/ecmascript5/PropertyAssignments/parserFunctionPropertyAssignment2.ts ===
var v = { 0() { } };
>v : Symbol(v, Decl(parserFunctionPropertyAssignment2.ts, 0, 3))