Remove non-MSRV implementation and interp-only options
[hiphop-php.git] / hphp / test / slow / inout / bad-parent-3.php
blob13b6c4be147d275e90faebbb3d52caf83ec29950
1 <?hh
3 class P {
4 function foo(&$x) {}
7 class C extends P {
8 function foo(inout $x) {}