New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / test_consts11.php
blobcee07385b76da55350ded10dee61dbff8a7d48aa
1 <?hh // partial
2 abstract class C1 {
3 abstract const X;
5 class C2 extends C1 {}