TypeScript/tests/cases/conformance/interfaces/declarationMerging
Andrew Branch 73bef22f0b
A merged interface with an inherited member should satisfy an abstract base class member (#32539)
* A merged interface with an inherited member should satisfy an abstract base class member

* Tighten up comments and names
2019-08-01 09:34:11 -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 fix #20018, allow skip constraint when merging interfaces 2017-12-24 17:05:05 +08: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