global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / reassign_this1.php
blob6bbee89d72094e9b540401651ce8edc5c4b8de9c
1 <?hh
2 class Foo {
3 public $x;
5 $this =& new Foo();
6 echo $this->x;