TypeScript/tests/cases/conformance/interfaces/declarationMerging
Wesley Wigham 5e06bea481
getConstraintDeclaration gets the first declaration with a constraint… (#33426)
* getConstraintDeclaration gets the first declaration with a constraint, rather than just the first declaration

* Add type annotation

* Update comment
2019-09-18 13:56:24 -07:00
..
genericAndNonGenericInterfaceWithTheSameName.ts
genericAndNonGenericInterfaceWithTheSameName2.ts
mergedInheritedMembersSatisfyAbstractBase.ts A merged interface with an inherited member should satisfy an abstract base class member (#32539) 2019-08-01 09:34:11 -07:00
mergedInterfacesWithConflictingPropertyNames.ts
mergedInterfacesWithConflictingPropertyNames2.ts
mergedInterfacesWithIndexers.ts
mergedInterfacesWithIndexers2.ts
mergedInterfacesWithInheritedPrivates.ts
mergedInterfacesWithInheritedPrivates2.ts
mergedInterfacesWithInheritedPrivates3.ts
mergedInterfacesWithMultipleBases.ts
mergedInterfacesWithMultipleBases2.ts
mergedInterfacesWithMultipleBases3.ts
mergedInterfacesWithMultipleBases4.ts
mergeThreeInterfaces.ts
mergeThreeInterfaces2.ts
mergeTwoInterfaces.ts
mergeTwoInterfaces2.ts
twoGenericInterfacesDifferingByTypeParameterName.ts
twoGenericInterfacesDifferingByTypeParameterName2.ts
twoGenericInterfacesWithDifferentConstraints.ts getConstraintDeclaration gets the first declaration with a constraint… (#33426) 2019-09-18 13:56:24 -07:00
twoGenericInterfacesWithTheSameNameButDifferentArity.ts
twoInterfacesDifferentRootModule.ts
twoInterfacesDifferentRootModule2.ts
twoMergedInterfacesWithDifferingOverloads.ts
twoMergedInterfacesWithDifferingOverloads2.ts