TypeScript/tests/cases/conformance/interfaces/interfaceDeclarations
Anders Hejlsberg 615784ad94 Add tests
2017-01-21 13:07:06 -08:00
..
asiPreventsParsingAsInterface01.ts Added tests for interfaces and tagged templates. 2015-06-04 14:20:14 -07:00
asiPreventsParsingAsInterface02.ts Added tests for interfaces and tagged templates. 2015-06-04 14:20:14 -07:00
asiPreventsParsingAsInterface03.ts Added tests for interfaces and tagged templates. 2015-06-04 14:20:14 -07:00
asiPreventsParsingAsInterface04.ts Added tests for interfaces and tagged templates. 2015-06-04 14:20:14 -07:00
asiPreventsParsingAsInterface05.ts Added tests for interfaces and tagged templates. 2015-06-04 14:20:14 -07:00
derivedInterfaceDoesNotHideBaseSignatures.ts
derivedInterfaceIncompatibleWithBaseIndexer.ts
interfaceExtendsObjectIntersection.ts Add tests 2017-01-21 13:07:06 -08:00
interfaceExtendsObjectIntersectionErrors.ts Add tests 2017-01-21 13:07:06 -08:00
interfacesWithPredefinedTypesAsNames.ts
interfaceThatHidesBaseProperty.ts
interfaceThatHidesBaseProperty2.ts
interfaceThatIndirectlyInheritsFromItself.ts
interfaceThatInheritsFromItself.ts
interfaceWithAccessibilityModifiers.ts
interfaceWithCallAndConstructSignature.ts
interfaceWithCallSignaturesThatHidesBaseSignature.ts
interfaceWithCallSignaturesThatHidesBaseSignature2.ts
interfaceWithConstructSignaturesThatHidesBaseSignature.ts
interfaceWithConstructSignaturesThatHidesBaseSignature2.ts
interfaceWithMultipleBaseTypes.ts
interfaceWithMultipleBaseTypes2.ts
interfaceWithOverloadedCallAndConstructSignatures.ts
interfaceWithPropertyOfEveryType.ts
interfaceWithPropertyThatIsPrivateInBaseType.ts
interfaceWithPropertyThatIsPrivateInBaseType2.ts
interfaceWithSpecializedCallAndConstructSignatures.ts
interfaceWithStringIndexerHidingBaseTypeIndexer.ts
interfaceWithStringIndexerHidingBaseTypeIndexer2.ts
interfaceWithStringIndexerHidingBaseTypeIndexer3.ts