No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / printf2.php.exp
blob908c429989ade64ee91a7dad2522ffd9348e4a9e
1 File "printf2.php", line 18, characters 10-10:
2 Was expecting a return type hint (Typing[4030])
3 File "printf2.php", line 19, characters 5-22:
4 Invalid argument (Typing[4110])
5 File "printf2.php", line 15, characters 12-30:
6 Expected `HH\FormatString<X>`
7 File "printf2.php", line 19, characters 5-22:
8 But got `string`
9 File "printf2.php", line 19, characters 12-15:
10 This argument must be a literal format string (Typing[4027])