Fix some `-Wunused-but-set-variable` issues in hphp
[hiphop-php.git] / hphp / hack / test / typecheck / pending_switch1.php.exp
blob615afbe35e08d54c94c1c30e7c9c3eb183d1359d
1 ERROR: File "pending_switch1.php", line 15, characters 10-11:
2 Variable `$x` is undefined, or not always defined. (Naming[2050])
3 ERROR: File "pending_switch1.php", line 18, characters 10-11:
4 Variable `$x` is undefined, or not always defined. (Naming[2050])