TypeScript/tests/cases/conformance/classes/classDeclarations
2021-01-04 15:38:54 -08:00
..
classAbstractKeyword fix(28516): forbid using async modifier with the abstract modifier (#39963) 2020-09-04 14:59:53 -07:00
classBody Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
classHeritageSpecification fix(41420): forbid optional chain in extends/implements (#41481) 2021-01-04 15:38:54 -08:00
classAndInterfaceMerge.d.ts Updated tests 2015-06-02 15:22:52 -07:00
classAndInterfaceMergeConflictingMembers.ts added conformance tests 2015-06-01 16:26:41 -07:00
classAndInterfaceWithSameName.ts Fix comments 2015-10-16 16:29:11 -07:00
classAndVariableWithSameName.ts Update baselines 2014-09-30 18:09:55 -07:00
classExtendingBuiltinType.ts Adding basic tests 2015-06-15 16:14:01 -07:00
classExtendingClassLikeType.ts Adding basic tests 2015-06-15 16:14:01 -07:00
classExtendingNonConstructor.ts Adding basic tests 2015-06-15 16:14:01 -07:00
classExtendingNull.ts Fix emit for classes with both fields and 'extends null' 2017-10-09 13:14:49 -07:00
classImplementsMergedClassInterface.ts New Test and Baseline 2015-06-04 11:08:13 -07:00
classInsideBlock.ts Add support for parsing and emitting class expressions. 2015-03-31 13:54:43 -07:00
classWithPredefinedTypesAsNames.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
classWithPredefinedTypesAsNames2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
classWithSemicolonClassElement1.ts Add support for semicolons in class bodies 2015-03-31 14:29:45 -07:00
classWithSemicolonClassElement2.ts Add support for semicolons in class bodies 2015-03-31 14:29:45 -07:00
declaredClassMergedwithSelf.ts Updated tests 2015-06-02 15:22:52 -07:00
mergeClassInterfaceAndModule.ts fix spelling errors (#36523) 2020-01-30 13:39:54 -08:00
mergedClassInterface.ts Fix comments 2015-10-16 16:29:11 -07:00
mergedInheritedClassInterface.ts Improve mergedInheritedClassInterface test case 2015-10-22 11:32:26 -07:00
modifierOnClassDeclarationMemberInFunction.ts Add tests 2015-07-07 13:25:53 -07:00