Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / deprecated_attr_too_many_args.php
bloba4a6a76018901888517110b9277e1dad4bb66581
1 <?hh // partial
3 <<__Deprecated('foo', 1, 2)>>
4 function f() {}