Fix bug with identify symbol for static property declarations
[hiphop-php.git] / hphp / hack / test / identify_symbol / decl_const.php
blobde40ef98c3d124c58ea0ef983d44dc17459391c0
1 <?hh
3 class C {
4 const FOO = "foo";