Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / ambiguous_inheritance.php.exp
blobbe9a0c5599e2fed609e896d61ee6907ebd04ec77
1 File "ambiguous_inheritance.php", line 11, characters 16-16:
2 Class C does not correctly implement all required methods (Typing[4110])
3 File "ambiguous_inheritance.php", line 11, characters 33-34:
4 Some methods are incompatible with those declared in type I2
5 Read the following to see why:
6 File "ambiguous_inheritance.php", line 4, characters 28-30:
7 Member foo has the wrong type
8 File "ambiguous_inheritance.php", line 8, characters 35-37:
9 This is an int
10 File "ambiguous_inheritance.php", line 4, characters 35-39:
11 It is incompatible with a mixed value
12 File "ambiguous_inheritance.php", line 4, characters 28-30:
13 This declaration was inherited from an object of type I1. Redeclare this member in C with a compatible signature.