Searched refs:string (Results 9151 - 9175 of 28570) sorted by relevance
1...<<361362363364365366367368369370>>...1143
/third_party/typescript/tests/baselines/reference/ |
H A D | functionOverloads13.js | 2 function foo(bar:number):string;
|
H A D | functionOverloads14.js | 3 function foo():{a:string;}
|
H A D | functionOverloads18.js | 3 function foo(bar:{a:string;}) { return {a:""} }
|
H A D | functionOverloads23.js | 2 function foo(bar:(b:string)=>void);
|
H A D | genericAndNonGenericOverload1.js | 7 c2<string>(1);
|
H A D | indexIntoArraySubclass.js | 3 var x2: Foo2<string>; 4 var r = x2[0]; // string 9 var r = x2[0]; // string
|
H A D | innerTypeCheckOfLambdaArgument.js | 11 var k: string = 10;
|
H A D | instanceMemberWithComputedPropertyName2.js | 6 [x]: string;
|
H A D | internalImportUnInstantiatedModuleNotReferencingInstanceNoConflict.js | 3 export interface X { s: string }
|
H A D | invalidConstraint1.js | 5 f<string, { a: number }>(); // should error
|
H A D | invocationExpressionInFunctionParameter.js | 2 function foo1(val: string) { 4 function foo3(x = foo1(123)) { //should error, 123 is not string
|
H A D | iterableArrayPattern26.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
H A D | iterableArrayPattern27.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
H A D | iterableArrayPattern28.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
H A D | iterableArrayPattern29.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
H A D | iterableContextualTyping1.js | 2 var iter: Iterable<(x: string) => number> = [s => s.length];
|
H A D | libTypeScriptOverrideSimple.js | 4 interface ABC { abc: string }
|
H A D | libTypeScriptSubfileResolving.js | 6 interface DOMIterable { abc: string }
|
H A D | literals-negative.js | 5 var s = <string>(null);
|
H A D | logicalOrExpressionIsContextuallyTyped.js | 7 var r: { a: string } = { a: '', b: 123 } || { a: '', b: true };
|
H A D | annotationDeclarationFieldError3.js | 2 function foo(target: any, key: string) {}
|
H A D | tsxAttributeResolution8.js | 5 test1: {x: string};
|
H A D | tsxElementResolution14.js | 7 new(n: string): {};
|
H A D | tsxElementResolution16.js | 6 new(n: string): {};
|
H A D | typeArgInference2WithError.js | 3 name: string;
|
Completed in 29 milliseconds
1...<<361362363364365366367368369370>>...1143