Searched refs:string (Results 27801 - 27825 of 51804) sorted by relevance
1...<<1111111211131114111511161117111811191120>>...2073
/third_party/typescript/tests/baselines/reference/ |
H A D | crashInResolveInterface.js | 14 count(countTitle?: string): void;
|
H A D | destructuredMaappedTypeIsNotImplicitlyAny.js | 2 function foo<T extends string>(key: T, obj: { [_ in T]: number }) {
|
H A D | emitRestParametersFunction.js | 3 function foo(x: number, y: string, ...rest) { }
|
H A D | mappedTypeWithCombinedTypeMappers.js | 13 x: string;
|
H A D | moduleResolutionWithSymlinks_preserveSymlinks.js | 8 export const real: string;
|
H A D | multiCallOverloads.js | 3 (x?: string):void;
|
H A D | nonObjectUnionNestedExcessPropertyCheck.js | 3 iconProp?: string;
|
H A D | optionalBindingParameters2.js | 2 function foo({ x, y, z }?: { x: string; y: number; z: boolean }) {
|
H A D | optionalBindingParametersInOverloads2.js | 2 function foo({ x, y, z }?: { x: string; y: number; z: boolean });
|
H A D | propertyAccessStringIndexSignature.js | 2 interface Flags { [name: string]: boolean };
|
H A D | propertyAccessStringIndexSignatureNoImplicitAny.js | 2 interface Flags { [name: string]: boolean }
|
H A D | propertyAssignmentUseParentType3.js | 14 function foo3(): string {
|
H A D | exportDefaultStripsFreshness.js | 15 foo: string;
|
H A D | fallFromLastCase2.js | 2 declare function use(a: string);
|
H A D | for-of47.js | 2 var x: string, y: number;
|
H A D | for-of48.js | 2 var x: string, y: number;
|
H A D | genericAssignmentCompatOfFunctionSignatures1.js | 2 var x1 = function foo3<T, U extends { a: T; b: string }>(x: T, z: U) { }
|
H A D | genericGetter.js | 10 var r: string = c.x;
|
H A D | genericGetter3.js | 12 var r: string = c.x;
|
H A D | genericTypeAssertions1.js | 4 var r: A<string> = <A<number>>new A(); // error
|
H A D | importCallExpressionGrammarError.js | 2 declare function getSpecifier(): string;
|
H A D | importOnAliasedIdentifiers.js | 3 export interface X { s: string }
|
H A D | indexSignaturesInferentialTyping.js | 3 function bar<T>(items: { [index: string]: T }): T { return undefined; }
|
H A D | indexersInClassType.js | 4 [x: string]: Object;
|
H A D | inferredIndexerOnNamespaceImport.js | 10 function f(map: { [k: string]: number }) {
|
Completed in 65 milliseconds
1...<<1111111211131114111511161117111811191120>>...2073