No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / shape_to_dict.php.exp
blobbacf56de16812033df227ecc64e657f0101271ea
1 File "shape_to_dict.php", line 15, characters 3-29:
2 dict<arraykey, mixed>
3 File "shape_to_dict.php", line 16, characters 3-34:
4 dict<nothing, nothing>
5 File "shape_to_dict.php", line 17, characters 3-56:
6 dict<string, (int | string)>
7 File "shape_to_dict.php", line 18, characters 3-64:
8 dict<int, (int | string)>
9 File "shape_to_dict.php", line 21, characters 3-29:
10 dict<string, int>
11 No errors