Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DvarianceAnnotations.js137 const notString: Parent<string> = pu; // Error constant
199 var notString = pu; // Error variable
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DvarianceAnnotations.ts139 const notString: Parent<string> = pu; // Error constant