Home
last modified time | relevance | path

Searched refs:string (Results 27801 - 27825 of 51804) sorted by relevance

1...<<1111111211131114111511161117111811191120>>...2073

/third_party/typescript/tests/baselines/reference/
H A DcrashInResolveInterface.js14 count(countTitle?: string): void;
H A DdestructuredMaappedTypeIsNotImplicitlyAny.js2 function foo<T extends string>(key: T, obj: { [_ in T]: number }) {
H A DemitRestParametersFunction.js3 function foo(x: number, y: string, ...rest) { }
H A DmappedTypeWithCombinedTypeMappers.js13 x: string;
H A DmoduleResolutionWithSymlinks_preserveSymlinks.js8 export const real: string;
H A DmultiCallOverloads.js3 (x?: string):void;
H A DnonObjectUnionNestedExcessPropertyCheck.js3 iconProp?: string;
H A DoptionalBindingParameters2.js2 function foo({ x, y, z }?: { x: string; y: number; z: boolean }) {
H A DoptionalBindingParametersInOverloads2.js2 function foo({ x, y, z }?: { x: string; y: number; z: boolean });
H A DpropertyAccessStringIndexSignature.js2 interface Flags { [name: string]: boolean };
H A DpropertyAccessStringIndexSignatureNoImplicitAny.js2 interface Flags { [name: string]: boolean }
H A DpropertyAssignmentUseParentType3.js14 function foo3(): string {
H A DexportDefaultStripsFreshness.js15 foo: string;
H A DfallFromLastCase2.js2 declare function use(a: string);
H A Dfor-of47.js2 var x: string, y: number;
H A Dfor-of48.js2 var x: string, y: number;
H A DgenericAssignmentCompatOfFunctionSignatures1.js2 var x1 = function foo3<T, U extends { a: T; b: string }>(x: T, z: U) { }
H A DgenericGetter.js10 var r: string = c.x;
H A DgenericGetter3.js12 var r: string = c.x;
H A DgenericTypeAssertions1.js4 var r: A<string> = <A<number>>new A(); // error
H A DimportCallExpressionGrammarError.js2 declare function getSpecifier(): string;
H A DimportOnAliasedIdentifiers.js3 export interface X { s: string }
H A DindexSignaturesInferentialTyping.js3 function bar<T>(items: { [index: string]: T }): T { return undefined; }
H A DindexersInClassType.js4 [x: string]: Object;
H A DinferredIndexerOnNamespaceImport.js10 function f(map: { [k: string]: number }) {

Completed in 65 milliseconds

1...<<1111111211131114111511161117111811191120>>...2073