improve error message and position for "bad decl override" error
[hiphop-php.git] / hphp / hack / test / typecheck / invalid_override_of_req_extends_typeconst.php.exp
blobc3b1e4e996005adbf642335554fb3a570dc7eef1
1 File "invalid_override_of_req_extends_typeconst.php", line 18, characters 21-21:
2 Some members in class `J` are incompatible with those declared in type `I` (Typing[4340])
3 File "invalid_override_of_req_extends_typeconst.php", line 4, characters 14-14:
4 Unable to satisfy constraint on this type constant
5 File "invalid_override_of_req_extends_typeconst.php", line 9, characters 28-30:
6 Expected `num`
7 File "invalid_override_of_req_extends_typeconst.php", line 4, characters 18-24:
8 But got `nonnull`