Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / incompatible_interface.php.exp
blob1a9b5b6a3798e1c1a08e0fb518621bee67c675b8
1 File "incompatible_interface.php", line 16, characters 7-7:
2 Class B does not correctly implement all required methods (Typing[4110])
3 File "incompatible_interface.php", line 16, characters 23-23:
4 Some methods are incompatible with those declared in type A
5 Read the following to see why:
6 File "incompatible_interface.php", line 18, characters 19-21:
7 Member foo has the wrong type
8 File "incompatible_interface.php", line 13, characters 26-28:
9 This is an int
10 File "incompatible_interface.php", line 16, characters 9-9:
11 It is incompatible with a value of generic type T
12 File "incompatible_interface.php", line 18, characters 26-26:
13 via this generic T