No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / interface_memoize.php
blob495bcc6579c113c0cc97aba799aefbf5a23e302d
1 <?hh // partial
2 interface I {
3 <<__Memoize>>
4 public function foo(): void;