Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DbooleanLiteralsContextuallyTypedFromUnion.js24 let attrs2 = { optionalBool: true as true, mandatoryFn: () => { } } property
37 var attrs2 = { optionalBool: true, mandatoryFn: function () { } }; property