Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / test_consts8.php
blobdee0ec59578119039163c8c03c04affdcaa5f920
1 <?hh
3 abstract class C1 {
4 abstract const int X;
5 public function f(): string {
6 return static::X;