Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / construct_consist1.php
blob11b7cdc8dd0944f5e5dddd81fe3b433c69d49262
1 <?hh
3 <<__ConsistentConstruct>>
4 class C1 {}
6 class C2 extends C1 {
7 // new mandatory arg is not ok
8 public function __construct(A $a) {}