Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / stdclass_strict.php.exp
blobe570493f57152acfade0cd00582e507aa3c8333f
1 File "stdclass_strict.php", line 9, characters 7-9:
2 Could not find member foo in an object of type stdClass (Typing[4053])
3 File "stdclass_strict.php", line 8, characters 12-19:
4 This is why I think it is an object of type stdClass
5 File "classes.hhi", line 198, characters 13-20:
6 Declaration of stdClass is here