TypeScript/tests/cases/conformance/types
2016-07-06 21:01:00 -07:00
..
any
contextualTypes Remove incorrectly added tests 2016-06-07 08:17:28 -07:00
intersection Test readonly intersection and union properties 2016-06-14 13:23:53 -07:00
literal Adding new tests 2016-07-06 21:01:00 -07:00
localTypes
members Added and updated tests for constructor visibility 2016-02-03 22:48:33 +00:00
namedTypes Adding more tests 2016-05-16 13:37:17 -07:00
never Add tests 2016-05-23 13:08:15 -07:00
objectTypeLiteral Fixing test 2016-05-16 13:37:03 -07:00
primitives
specifyingTypes
stringLiteral Fixing tests 2016-03-22 10:50:06 -07:00
thisType Correctly copy annotated this getter -> setter 2016-05-04 13:35:35 -07:00
tuple Added tests. 2016-06-14 11:33:41 -07:00
typeAliases
typeParameters Added tests. 2016-02-28 19:57:12 -08:00
typeRelationships Allow case comparison to undefined and null in strict null checking mode 2016-06-07 07:51:34 -07:00
union Merge pull request #9167 from Microsoft/make-unions-and-intersections-of-readonly-properties-readonly 2016-06-24 16:02:01 -07:00
witness