New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / inout / bad_inout_decl_memoize2.php
blob42fefc915ff124244589767ef65eeb6a2fa9c612
1 <?hh // strict
3 final class C {
4 <<__Memoize>>
5 public function bar(mixed $x, inout mixed $y, mixed $z): void {}