sync the repo
[hiphop-php.git] / hphp / hack / test / typecheck / xhp_attr_24.php.exp
blob8278576c2e839fe22b60271f27c703d6adca8004
1 ERROR: File "xhp_attr_24.php", line 3, characters 20-31:
2 Unbound name: `SomePHPClass` (an object type) (Naming[2049])
3 ERROR: File "xhp_attr_24.php", line 8, characters 9-11:
4 This constructor expects no argument (Typing[4012])
5 ERROR: File "xhp_attr_24.php", line 8, characters 17-21:
6 Invalid xhp value for attribute `:bar` in `:foo` (Typing[4343])
7 File "xhp_attr_24.php", line 4, characters 13-15:
8 Expected `int`
9 File "xhp_attr_24.php", line 8, characters 17-21:
10 But got `string`