TypeScript/tests/cases/conformance/controlFlow
Nathan Shively-Sanders c080324974
Elt access assignment uses declared, not narrowed type (#27574)
I forgot to do this in #26424.

Fixes #27557
Fixes #27412
2018-10-05 11:30:10 -07:00
..
constLocalsInFunctionExpressions.ts
controlFlowAssignmentExpression.ts
controlFlowBinaryAndExpression.ts
controlFlowBinaryOrExpression.ts
controlFlowCommaOperator.ts
controlFlowConditionalExpression.ts
controlFlowDeleteOperator.ts
controlFlowDestructuringDeclaration.ts
controlFlowDoWhileStatement.ts
controlFlowElementAccess.ts Elt access assignment uses declared, not narrowed type (#27574) 2018-10-05 11:30:10 -07:00
controlFlowForInStatement.ts
controlFlowForOfStatement.ts
controlFlowForStatement.ts
controlFlowIfStatement.ts
controlFlowIIFE.ts avoid generated helpers in baseline 2018-04-20 16:39:37 +02:00
controlFlowInstanceofExtendsFunction.ts Replace subtype check in derivedness check with flags and structure checks (#27403) 2018-10-04 12:55:39 -07:00
controlFlowInstanceOfGuardPrimitives.ts Primitives should not be instanceof... anything (#27402) 2018-09-27 15:49:51 -07:00
controlFlowIteration.ts
controlFlowIterationErrors.ts
controlFlowStringIndex.ts
controlFlowSuperPropertyAccess.ts
controlFlowTruthiness.ts Add tests 2018-09-17 13:01:53 -07:00
controlFlowWhileStatement.ts
controlFlowWithTemplateLiterals.ts fix narrowType check with template literals (#21024) 2018-01-08 13:06:58 -08:00
definiteAssignmentAssertions.ts Add tests 2017-11-20 15:08:24 -08:00
definiteAssignmentAssertionsWithObjectShortHand.ts improve parser and error message if definite assignment assertions in object short hand 2018-04-08 18:03:09 +08:00
switchWithConstrainedTypeVariable.ts Add regression test 2017-12-23 19:28:13 -08:00
typeGuardsAsAssertions.ts
typeGuardsNestedAssignments.ts
typeGuardsTypeParameters.ts