Updating submodules
[hiphop-php.git] / hphp / hack / test / typecheck / deprecated_attr_too_many_args.php
blobc94f9a36e45bfdd6fd98b6d2c1098d0665357822
1 <?hh
3 <<__Deprecated('foo', 1, 2)>>
4 function f(): void {}