TypeScript/tests/cases/conformance/expressions/typeGuards
2015-06-07 22:16:09 +08:00
..
typeGuardFunction.ts Addresses CR feedback 2015-06-07 22:16:09 +08:00
typeGuardFunctionErrors.ts Addresses CR feedback 2015-06-07 22:16:09 +08:00
typeGuardFunctionGenerics.ts
typeGuardOfFormExpr1AndExpr2.ts
typeGuardOfFormExpr1OrExpr2.ts
typeGuardOfFormInstanceOf.ts
typeGuardOfFormInstanceOfOnInterface.ts
typeGuardOfFormIsType.ts
typeGuardOfFormIsTypeOnInterfaces.ts
typeGuardOfFormNotExpr.ts
typeGuardOfFormTypeOfBoolean.ts
typeGuardOfFormTypeOfEqualEqualHasNoEffect.ts
typeGuardOfFormTypeOfNotEqualHasNoEffect.ts
typeGuardOfFormTypeOfNumber.ts
typeGuardOfFormTypeOfOther.ts
typeGuardOfFormTypeOfString.ts
typeGuardsDefeat.ts
typeGuardsInClassAccessors.ts
typeGuardsInClassMethods.ts
typeGuardsInConditionalExpression.ts
typeGuardsInExternalModule.ts
typeGuardsInFunction.ts
typeGuardsInFunctionAndModuleBlock.ts
typeGuardsInGlobal.ts
typeGuardsInIfStatement.ts
typeGuardsInModule.ts
typeGuardsInProperties.ts
typeGuardsInRightOperandOfAndAndOperator.ts
typeGuardsInRightOperandOfOrOrOperator.ts
typeGuardsObjectMethods.ts
typeGuardsOnClassProperty.ts
typeGuardsWithAny.ts
typeGuardsWithInstanceOf.ts
typeGuardsWithInstanceOfByConstructorSignature.ts
TypeGuardWithArrayUnion.ts
TypeGuardWithEnumUnion.ts