Several XHP autocomplete fixes
[hiphop-php.git] / hphp / hack / test / identify_symbol / enum_member.php
blob7f0a5ab805db0b3a23549e40c45a93a2055f03f3
1 <?hh
3 enum E : int {
4 FOO = 4;
7 function test() {
8 E::FOO;