enable coroutine for rust emitter
[hiphop-php.git] / hphp / test / slow / bad-this-closure-1.php
blob483e6d333cd2913ff1922041beef3828fe017d16
1 <?hh
3 class X {
4 function y() {
5 return static function() { return $this; };