Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DbooleanLiteralsContextuallyTypedFromUnion.js20 let Fail1 = () => <Funk mandatoryFn={() => { }} optionalBool={true} /> function
33 var Fail1 = function () { return <Funk mandatoryFn={function () { }} optionalBool={true}/>; }; class