Fix bug with identify symbol for static property declarations
[hiphop-php.git] / hphp / hack / test / identify_symbol / new_constructor.php
blob494a9eee097dd2b1797457f83b1d803b7113cf91
1 <?hh
3 class Foo {
4 public function __construct() {}
7 function test() {
8 new Foo();