Home
last modified time | relevance | path

Searched refs:hasNonMathcingGenericType (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionErrors.js46 function hasNonMathcingGenericType<T>(a: string): a is T[] {
227 function hasNonMathcingGenericType(a) { function
DtypeGuardFunctionErrors.types88 function hasNonMathcingGenericType<T>(a: string): a is T[] {
89 >hasNonMathcingGenericType : <T>(a: string) => a is T[]
DtypeGuardFunctionErrors.symbols92 function hasNonMathcingGenericType<T>(a: string): a is T[] {
93 >hasNonMathcingGenericType : Symbol(hasNonMathcingGenericType, Decl(typeGuardFunctionErrors.ts, 42,…
DtypeGuardFunctionErrors.errors.txt147 function hasNonMathcingGenericType<T>(a: string): a is T[] {
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionErrors.ts46 function hasNonMathcingGenericType<T>(a: string): a is T[] { function