typechecker: more instantiability tests
[hiphop-php.git] / hphp / hack / test / typecheck / class_abstract_final_10.php
blob536dfe7d021966170c85ec82bdca224dfa5a70f6
1 <?hh
3 abstract final class Foo {
4 public static function bar() {}
7 class C {
8 private ?Foo $member;