No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / iface_require_extends3.php
blobda12284bd596ae8c01b7a6ace96aa8fd673e9f08
1 <?hh // partial
3 interface ISuper {}
5 interface IMarked {
6 require implements ISuper;
8 public function methodOfMarked(): int;