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