Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / class_abstract_final_9.php
blob2927b2ab2c37159d4528e6b4e95b0aadee89cd49
1 <?hh
3 abstract final class Foo {
4 public static function bar() {}
7 class C {
8 private static ?Foo $member;