improve error message and position for "bad decl override" error
[hiphop-php.git] / hphp / hack / test / typecheck / const_in_interface_overridden3_bad.php.exp
blob9d09875b008fc4fca1a9da94285161e0fcc5cb0d
1 File "const_in_interface_overridden3_bad.php", line 11, characters 20-21:
2 Some members in class `C` are incompatible with those declared in type `I2` (Typing[4374])
3 File "const_in_interface_overridden3_bad.php", line 12, characters 12-21:
4 Non-abstract constants defined in an interface cannot be overridden when implementing or extending that interface.
5 File "const_in_interface_overridden3_bad.php", line 4, characters 13-22:
6 You could make `SOME_CONST` abstract in `I1`.