TypeScript/tests/cases/conformance/expressions/typeGuards
..
nullOrUndefinedTypeGuardIsOrderIndependent.ts
typeGuardEnums.ts
typeGuardFunction.ts
typeGuardFunctionErrors.ts
typeGuardFunctionGenerics.ts
typeGuardFunctionOfFormThis.ts
typeGuardFunctionOfFormThisErrors.ts
typeGuardInClass.ts
typeGuardIntersectionTypes.ts
typeGuardNarrowsPrimitiveIntersection.ts
typeGuardNarrowsToLiteralType.ts
typeGuardNarrowsToLiteralTypeUnion.ts
typeGuardNesting.ts
typeGuardOfFormExpr1AndExpr2.ts
typeGuardOfFormExpr1OrExpr2.ts
typeGuardOfFormFunctionEquality.ts
typeGuardOfFormInstanceOf.ts
typeGuardOfFormInstanceOfOnInterface.ts
typeGuardOfFormIsType.ts
typeGuardOfFormIsTypeOnInterfaces.ts
typeGuardOfFormNotExpr.ts
typeGuardOfFormThisMember.ts
typeGuardOfFormThisMemberErrors.ts
typeGuardOfFormTypeOfBoolean.ts
typeGuardOfFormTypeOfEqualEqualHasNoEffect.ts
typeGuardOfFormTypeOfFunction.ts
typeGuardOfFormTypeOfIsOrderIndependent.ts
typeGuardOfFormTypeOfNotEqualHasNoEffect.ts
typeGuardOfFormTypeOfNumber.ts
typeGuardOfFormTypeOfOther.ts
typeGuardOfFormTypeOfPrimitiveSubtype.ts
typeGuardOfFormTypeOfString.ts
typeGuardOfFromPropNameInUnionType.ts
typeGuardRedundancy.ts
typeGuardsDefeat.ts
typeGuardsInClassAccessors.ts
typeGuardsInClassMethods.ts
typeGuardsInConditionalExpression.ts
typeGuardsInDoStatement.ts
typeGuardsInExternalModule.ts
typeGuardsInForStatement.ts
typeGuardsInFunction.ts
typeGuardsInFunctionAndModuleBlock.ts
typeGuardsInGlobal.ts
typeGuardsInIfStatement.ts
typeGuardsInModule.ts
typeGuardsInProperties.ts
typeGuardsInRightOperandOfAndAndOperator.ts
typeGuardsInRightOperandOfOrOrOperator.ts
typeGuardsInWhileStatement.ts
typeGuardsObjectMethods.ts
typeGuardsOnClassProperty.ts
typeGuardsWithAny.ts
typeGuardsWithInstanceOf.ts
typeGuardsWithInstanceOfByConstructorSignature.ts
typeGuardTautologicalConsistiency.ts
typeGuardTypeOfUndefined.ts
TypeGuardWithArrayUnion.ts
TypeGuardWithEnumUnion.ts
typePredicateASI.ts
typePredicateOnVariableDeclaration01.ts
typePredicateOnVariableDeclaration02.ts