Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / interface_constructor2.php.exp
blob3e3e632d3842b7ad46721d202b326e4858cbc618
1 File "interface_constructor2.php", line 16, characters 7-7:
2 Class A does not correctly implement all required methods (Typing[4110])
3 File "interface_constructor2.php", line 16, characters 20-22:
4 Some methods are incompatible with those declared in type Foo
5 Read the following to see why:
6 File "interface_constructor2.php", line 17, characters 19-29:
7 Member __construct has the wrong type
8 File "interface_constructor2.php", line 17, characters 31-34:
9 This is a bool
10 File "interface_constructor2.php", line 13, characters 31-33:
11 It is incompatible with an int