No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / deprecated_method.php.exp
blobeffacf165c187aacd3e117fea17de652d6f88fce
1 File "deprecated_method.php", line 9, characters 6-8:
2 The method foo is deprecated: use bar() instead (Typing[4128])
3 File "deprecated_method.php", line 5, characters 26-28:
4 Definition is here