No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / trait_matching1.php.legacy_decl.exp
blob0e70222b64a305a329a55d8227e00b557766d64d
1 File "trait_matching1.php", line 25, characters 13-18:
2 The property `x` has the wrong type (Typing[4341])
3 File "trait_matching1.php", line 25, characters 13-18:
4 Typing error
5 File "trait_matching1.php", line 13, characters 14-16:
6 Expected `int`
7 File "trait_matching1.php", line 25, characters 13-18:
8 But got `string`
9 File "trait_matching1.php", line 25, characters 13-18:
10 The property `x` has the wrong type (Typing[4341])
11 File "trait_matching1.php", line 25, characters 13-18:
12 Typing error
13 File "trait_matching1.php", line 25, characters 13-18:
14 Expected `string`
15 File "trait_matching1.php", line 13, characters 13-16:
16 But got `?int`