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 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
genericAndNonGenericInterfaceWithTheSameName2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
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 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithConflictingPropertyNames2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithIndexers.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithIndexers2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithInheritedPrivates.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithInheritedPrivates2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithInheritedPrivates3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithMultipleBases.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithMultipleBases2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithMultipleBases3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergedInterfacesWithMultipleBases4.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergeThreeInterfaces.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergeThreeInterfaces2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergeTwoInterfaces.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
mergeTwoInterfaces2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoGenericInterfacesDifferingByTypeParameterName.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoGenericInterfacesDifferingByTypeParameterName2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoGenericInterfacesWithDifferentConstraints.ts getConstraintDeclaration gets the first declaration with a constraint… (#33426) 2019-09-18 13:56:24 -07:00
twoGenericInterfacesWithTheSameNameButDifferentArity.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoInterfacesDifferentRootModule.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoInterfacesDifferentRootModule2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoMergedInterfacesWithDifferingOverloads.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
twoMergedInterfacesWithDifferingOverloads2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00