TypeScript/tests/baselines/reference/parserFunctionPropertyAssignment1.symbols

6 lines
271 B
Plaintext
Raw Normal View History

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