New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / logical_binop1.php.exp
blob451c030cf71498b76a5a097cc32db2a0fa1cade9
1 File "logical_binop1.php", line 13, characters 12-14:
2 Do not use "xor", it has surprising precedence. Cast to bool and use "!==" instead (Parsing[1002])