Files
TypeScript/tests/cases
Sheetal Nandi 11912e8fde TypeGuards in right operand of && operation
•	In the right operand of a && operation, the type of a variable or parameter is narrowed by any type guard in the left operand when true, provided the right operand contains no assignments to the variable or parameter.
2014-11-06 13:04:21 -08:00
..
2014-10-20 14:39:31 -07:00