Home
last modified time | relevance | path

Searched defs:optionalString (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DobjectSpreadStrictNull.js5 optionalString: { sn?: string }, argument
DobjectSpread.js92 optionalString: { sn?: string }, argument
/third_party/typescript/tests/cases/conformance/types/spread/
DobjectSpreadNegative.ts16 declare let optionalString: { sn?: string }; variable