TypeScript/tests/cases/conformance
Sheetal Nandi 1f3653b32e Tests for assignment compatibility of union types
•	A union type U is assignable to a type T if each type in U is assignable to T.
•	A type T is assignable to a union type U if T is assignable to any type in U.
2014-11-04 13:18:24 -08:00
..
ambient Conformance coverage for spec change #589 2014-09-05 18:44:49 -07:00
classes Update baselines 2014-09-30 18:09:55 -07:00
declarationEmit Conformance coverage for spec change #589 2014-09-05 18:44:49 -07:00
enums Conformance coverage for spec change #589 2014-09-05 18:44:49 -07:00
es6/templates Omit empty template tail literals. 2014-10-28 18:47:43 -07:00
expressions Fixing in, for...in, and instanceof with union type operands 2014-10-22 16:57:43 -07:00
externalModules Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
functions Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
interfaces Added protected conformance tests 2014-09-23 11:22:38 -07:00
internalModules Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
parser Report duplicate identifier errors on all locations for merged declarations to align with local declarations 2014-10-14 15:18:44 -07:00
scanner Update baselines 2014-08-27 16:58:31 -07:00
statements Update baselines 2014-08-27 16:58:31 -07:00
types Tests for assignment compatibility of union types 2014-11-04 13:18:24 -08:00