Disallow declarations outside of the global scope.
[hiphop-php.git] / hphp / test / slow / inout / tuple / tests / bad-trait-2.php
blobe3b3f0e98ad04cc4a9317ee8b4101b7aba0e5253
1 <?hh
3 trait T {
4 function C(inout $x) {}
7 class C {
8 use T;