improve error message and position for "bad decl override" error
[hiphop-php.git] / hphp / hack / test / typecheck / stricter_consts / interface_trait_2.bad.php.exp
blob3f77913cc956749dc56d16f779068a03697b92c3
1 File "interface_trait_2.bad.php", line 13, characters 7-7:
2 Some members in class `C` are incompatible with those declared in type `T` (Typing[4374])
3 File "interface_trait_2.bad.php", line 5, characters 13-13:
4 Non-abstract constants defined in an interface or trait cannot conflict with other inherited constants.
5 File "interface_trait_2.bad.php", line 9, characters 13-13:
6 `X` inherited from `T`
7 File "interface_trait_2.bad.php", line 5, characters 13-13:
8 conflicts with constant `X` inherited from `I`.