TypeScript/tests/cases/conformance/interfaces/interfaceDeclarations
2021-01-04 15:38:54 -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 Conformance coverage for spec change #589 2014-09-05 18:44:49 -07:00
derivedInterfaceIncompatibleWithBaseIndexer.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceExtendingOptionalChain.ts fix(41420): forbid optional chain in extends/implements (#41481) 2021-01-04 15:38:54 -08:00
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 Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceThatHidesBaseProperty.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceThatHidesBaseProperty2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceThatIndirectlyInheritsFromItself.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceThatInheritsFromItself.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithAccessibilityModifiers.ts Added protected conformance tests 2014-09-23 11:22:38 -07:00
interfaceWithCallAndConstructSignature.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithCallSignaturesThatHidesBaseSignature.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithCallSignaturesThatHidesBaseSignature2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithConstructSignaturesThatHidesBaseSignature.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithConstructSignaturesThatHidesBaseSignature2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithMultipleBaseTypes.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithMultipleBaseTypes2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithOverloadedCallAndConstructSignatures.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithPropertyOfEveryType.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithPropertyThatIsPrivateInBaseType.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithPropertyThatIsPrivateInBaseType2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithSpecializedCallAndConstructSignatures.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithStringIndexerHidingBaseTypeIndexer.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithStringIndexerHidingBaseTypeIndexer2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaceWithStringIndexerHidingBaseTypeIndexer3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00