Home
last modified time | relevance | path

Searched defs:r14 (Results 1 – 25 of 52) sorted by relevance

123

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithOverloadedFunctionTypedArguments2.ts36 var r14 = foo7(1, a); // ok variable
DgenericCallWithOverloadedConstructorTypedArguments2.ts39 var r14 = foo7(1, c); // ok variable
DgenericCallWithOverloadedFunctionTypedArguments.ts43 …var r14 = foo7(1, a); // any => string (+1 overload) [inferences are made for T, but lambda not co… variable
DgenericCallWithOverloadedConstructorTypedArguments.ts46 var r14 = foo7(1, c); // new any => string; new(x:any, y?:any) => string variable
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DfunctionConstraintSatisfaction2.ts30 var r14 = foo2(b2); variable
DfunctionConstraintSatisfaction.ts46 var r14 = foo(C2); variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/additionOperator/
DadditionOperatorWithNumberAndEnum.ts23 var r14 = c + c; variable
DadditionOperatorWithNullValueAndValidOperator.ts28 var r14 = null + ''; variable
DadditionOperatorWithUndefinedValueAndValidOperator.ts28 var r14 = undefined + ''; variable
DadditionOperatorWithStringAndEveryType.ts30 var r14 = g + x; variable
DadditionOperatorWithInvalidOperands.ts34 var r14 = b + d; variable
DadditionOperatorWithAnyAndEveryType.ts33 var r14 = a + E; variable
/third_party/typescript/tests/baselines/reference/
DgenericCallWithOverloadedConstructorTypedArguments2.js40 var r14 = foo7(1, c); // ok variable
DadditionOperatorWithNumberAndEnum.js24 var r14 = c + c; variable
DadditionOperatorWithUndefinedValueAndValidOperator.js29 var r14 = undefined + ''; variable
DadditionOperatorWithNullValueAndValidOperator.js29 var r14 = null + ''; variable
DgenericCallWithOverloadedConstructorTypedArguments.js47 var r14 = foo7(1, c); // new any => string; new(x:any, y?:any) => string variable
DgenericCallWithOverloadedFunctionTypedArguments2.js37 var r14 = foo7(1, a); // ok variable
DfunctionConstraintSatisfaction2.js31 var r14 = foo2(b2); variable
DadditionOperatorWithTypeParameter.js30 var r14 = f + t; variable
DadditionOperatorWithStringAndEveryType.js31 var r14 = g + x; variable
DadditionOperatorWithInvalidOperands.js35 var r14 = b + d; variable
DadditionOperatorWithAnyAndEveryType.js34 var r14 = a + E; variable
DgenericCallWithOverloadedFunctionTypedArguments.js44 …var r14 = foo7(1, a); // any => string (+1 overload) [inferences are made for T, but lambda not co… variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DnullIsSubtypeOfEverythingButUndefined.ts53 var r14 = true ? E.A : null; variable
54 var r14 = true ? null : E.A; variable

123