global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / reassign_this3.php
blob777d13f328eb620585b1b69b28fd4d92607f68d1
1 <?hh
2 function x($this){} // allow
3 class Foo {
4 static function x($this){} // allow
5 public function y($this){} // error