Home
last modified time | relevance | path

Searched defs:cplus (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/spread/
DobjectSpread.ts80 let cplus: { p: number, plus(): void } = { ...c, plus() { return this.p + 1; } }; variable
/third_party/typescript/tests/baselines/reference/
DobjectSpread.js79 let cplus: { p: number, plus(): void } = { ...c, plus() { return this.p + 1; } }; variable