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

6 lines
269 B
Plaintext

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