Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / test_consts5.php
blobd2c9a02f7122135d9019f2ff08ec9c387ba04a7f
1 <?hh // strict
3 class A {
4 const int X = 10;
5 const int Z = self::X + 1;