Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / while_condition_typechange.php.exp
blobf627353b318df156b7d9e7ac7ec2e1d5e78d20ad
1 File "while_condition_typechange.php", line 15, characters 5-12:
2 Typing error (Typing[4110])
3 File "while_condition_typechange.php", line 15, characters 11-12:
4 This is a num (int/float) because this is used in an arithmetic operation
5 File "while_condition_typechange.php", line 14, characters 15-18:
6 It is incompatible with a bool