Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / incompatible_interface.php.exp
blob94a6bbd7f230189d8c595b94eaacb59b5ddb592a
1 File "incompatible_interface.php", line 16, characters 7-7:
2 Class B does not correctly implement all required members (Typing[4110])
3 File "incompatible_interface.php", line 16, characters 23-23:
4 Some members 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 Expected int
10 File "incompatible_interface.php", line 16, characters 9-9:
11 But got T
12 File "incompatible_interface.php", line 18, characters 26-26:
13 via this generic T