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