Disallow declarations outside of the global scope.
[hiphop-php.git] / hphp / test / slow / inout / interp-retm / tests / bad-parent-4.php
blobeecf24fbb486a7f5658a3a0d73362d0e388b9130
1 <?hh /* @generated by make_suite.sh */
3 class P {
4 function foo(inout $x) {}
7 class C extends P {
8 function foo(&$x) {}