New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / global_const25.php
blob61b96e6ff65ddac10c1ac5d470b2f0f1aeebc0fe
1 <?hh // strict
3 namespace NS1\NS2 {
4 const int X = 0;
7 function test(): int {
8 return \NS1\NS2\X;