TypeScript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes
Anders Hejlsberg c48c3632bd Update tests
2018-08-29 14:02:15 -07:00
..
enumIsNotASubtypeOfAnythingButNumber.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
nullIsSubtypeOfEverythingButUndefined.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
stringLiteralTypeIsSubtypeOfString.ts Fixed tests due to lib.d.ts changes 2015-03-08 18:59:04 +01:00
subtypesOfAny.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypesOfTypeParameter.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypesOfTypeParameterWithConstraints.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypesOfTypeParameterWithConstraints2.ts Test updates from union changes 2014-10-10 14:41:14 -07:00
subtypesOfTypeParameterWithConstraints3.ts Test updates from union changes 2014-10-10 14:41:14 -07:00
subtypesOfTypeParameterWithConstraints4.ts Test updates from union changes 2014-10-10 14:41:14 -07:00
subtypesOfTypeParameterWithRecursiveConstraints.ts Test updates from union changes 2014-10-10 14:41:14 -07:00
subtypesOfUnion.ts Tests for checking if type S is subtype of union type 2014-11-04 13:18:20 -08:00
subtypingWithCallSignatures.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithCallSignatures2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithCallSignatures3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithCallSignatures4.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithCallSignaturesA.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithCallSignaturesWithOptionalParameters.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithCallSignaturesWithRestParameters.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithCallSignaturesWithSpecializedSignatures.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithConstructSignatures.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithConstructSignatures2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithConstructSignatures3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithConstructSignatures4.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithConstructSignatures5.ts Update tests 2018-08-29 14:02:15 -07:00
subtypingWithConstructSignatures6.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithConstructSignaturesWithOptionalParameters.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithConstructSignaturesWithSpecializedSignatures.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithGenericCallSignaturesWithOptionalParameters.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithGenericConstructSignaturesWithOptionalParameters.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithNumericIndexer.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithNumericIndexer2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithNumericIndexer3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithNumericIndexer4.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithNumericIndexer5.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembers.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembers2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembers3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembers4.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembers5.ts Improve comments in source and tests 2017-05-24 13:52:29 -07:00
subtypingWithObjectMembersAccessibility.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembersAccessibility2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembersOptionality.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembersOptionality2.ts Test updates from union changes 2014-10-10 14:41:14 -07:00
subtypingWithObjectMembersOptionality3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithObjectMembersOptionality4.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithOptionalProperties.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithStringIndexer.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithStringIndexer2.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithStringIndexer3.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
subtypingWithStringIndexer4.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
undefinedIsSubtypeOfEverything.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
unionSubtypeIfEveryConstituentTypeIsSubtype.ts Tests for source (S) of subtype is union type (U) 2014-11-04 13:18:17 -08:00