New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / shape26.php.exp
blob76ee6492bc9c9776c7cf174542c5f51ab4b8f1ac
1 File "shape26.php", line 25, characters 3-13:
2 shape(?'x' => int, ?'y' => string)
3 File "shape26.php", line 33, characters 3-13:
4 shape('x' => (int | string))
5 File "shape26.php", line 41, characters 3-13:
6 shape('x' => int, ...)
7 File "shape26.php", line 49, characters 3-13:
8 shape('x' => int, ?'y' => ?string, ...)
9 No errors