TypeScript/tests/cases/conformance/controlFlow
Nathan Shively-Sanders 4189b4d718 Narrowing type parameter intersects w/narrowed types
This makes sure that a union type that includes a type parameter is
still usable as the actual type that the type guard narrows to.
2016-08-02 16:10:20 -07:00
..
constLocalsInFunctionExpressions.ts Add new tests 2016-05-26 16:26:40 -07:00
controlFlowAssignmentExpression.ts
controlFlowBinaryAndExpression.ts
controlFlowBinaryOrExpression.ts Add regression test 2016-04-21 10:49:39 -07:00
controlFlowCommaOperator.ts Adding test 2016-04-20 07:09:43 -07:00
controlFlowConditionalExpression.ts
controlFlowDeleteOperator.ts Adding test 2016-05-11 16:57:19 -07:00
controlFlowDestructuringDeclaration.ts Adding test 2016-04-09 17:56:03 -07:00
controlFlowDoWhileStatement.ts
controlFlowForInStatement.ts
controlFlowForOfStatement.ts Fix comment in test 2016-03-25 17:03:12 -07:00
controlFlowForStatement.ts
controlFlowIfStatement.ts Narrowing type parameter intersects w/narrowed types 2016-08-02 16:10:20 -07:00
controlFlowIIFE.ts Update test 2016-05-28 06:45:10 -07:00
controlFlowIteration.ts Adding regression test 2016-04-25 11:24:39 -07:00
controlFlowIterationErrors.ts Adding tests 2016-04-18 13:51:51 -07:00
controlFlowTruthiness.ts Adding test 2016-04-21 13:03:08 -07:00
controlFlowWhileStatement.ts Adding tests 2016-04-16 15:13:31 -07:00
typeGuardsAsAssertions.ts Adding test 2016-05-11 09:42:55 -07:00
typeGuardsNestedAssignments.ts Add tests 2016-06-07 17:37:18 -07:00