Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DpropertyAccessOnTypeParameterWithConstraints4.ts22 var r3b: string = a()['notHere'](); variable
DpropertyAccessOnTypeParameterWithConstraints.ts25 var r3b = a()['getDate'](); variable
DpropertyAccessOnTypeParameterWithoutConstraints.ts22 var r3b: string = a()['toString'](); variable
DpropertyAccessOnTypeParameterWithConstraints5.ts33 var r3b: string = a()['foo'](); variable
DpropertyAccessOnTypeParameterWithConstraints3.ts43 var r3b = a()['foo'](); variable
DpropertyAccessOnTypeParameterWithConstraints2.ts62 var r3b = a()['foo'](); variable
/third_party/typescript/tests/cases/fourslash/
DfindAllRefs_importType_exportEquals.ts17 const [r0Def, r0, r1Def, r1, r2Def, rExport, r2, r3Def, r3, r3b, r4Def, r4, r4b] = test.ranges(); constant
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithFunctionTypedArguments2.ts23 var r3b = foo(a); // any variable
DgenericCallWithConstraintsTypeArgumentInference.ts32 var r3b = foo2c(); // Base variable
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DcallGenericFunctionWithIncorrectNumberOfTypeArguments.ts14 var r3b = f3<number, string, number>(1, ''); variable
/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeHidingMembersOfExtendedObject.ts45 var r3b: B = a.data; variable
/third_party/typescript/tests/baselines/reference/
DobjectTypeHidingMembersOfExtendedObject.js45 var r3b: B = a.data; variable
DgenericCallWithConstraintsTypeArgumentInference.js33 var r3b = foo2c(); // Base variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithConstructSignatures3.ts72 var r3b = [r3arg1, r3arg2]; variable
DsubtypingWithCallSignatures3.ts70 var r3b = [r3arg, r3arg2]; variable
DsubtypingWithCallSignatures4.ts69 var r3b = [r3arg2, r3arg]; variable
DsubtypingWithCallSignatures2.ts96 var r3b = [r3arg2, r3arg1]; variable