New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / abstract_final_nonstatic_constructor.php
blobaf13535c6b5aa010e40827b20837a2333d0f8c6f
1 <?hh // partial
2 abstract final class A {
3 public function __construct() {}