No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / naming_fail_for_2.php
blobb20eed6ab3ab06c064097a4fd38c333a32adf9cc
1 <?hh // strict
3 function foo(): void {
4 for (; true; $x = 1) {
5 $y = $x;
7 echo $x;