=== tests/cases/conformance/parser/ecmascript5/PropertyAssignments/parserFunctionPropertyAssignment4.ts === var v = { 0() { } }; >v : { 0(): void; } >{ 0() { } } : { 0(): void; } >T : T