No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / interface_override_trait.php.exp
blob53c7640608f56547a36c08518d87eb9d77e002eb
1 File "interface_override_trait.php", line 11, characters 7-7:
2 Class `A` does not correctly implement all required members (Typing[4340])
3 File "interface_override_trait.php", line 12, characters 7-7:
4 Some members are incompatible with those declared in type `T`
5 File "interface_override_trait.php", line 8, characters 9-12:
6 Non-abstract constants defined in an interface or trait cannot conflict with other inherited constants.
7 File "interface_override_trait.php", line 4, characters 9-12:
8 `FOO1` inherited from `T`
9 File "interface_override_trait.php", line 8, characters 9-12:
10 conflicts with constant `FOO1` inherited from `I`.