Several XHP autocomplete fixes
[hiphop-php.git] / hphp / hack / test / identify_symbol / typeconst_access.php
blobb937dbdbda1e5cf11b4044a68f0680aa8436eeae
1 <?hh
3 class C {
4 const type BAR = string;
7 class D {
8 const type FOO = C;
11 function test(): D::FOO::BAR {
12 return "";