Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / deprecated_fun.php
blob28ce925211edb175192f68a2a1428f182e0070cc
1 <?hh // partial
3 <<__Deprecated('use bar() instead')>>
4 function foo() {}
6 function f() {
7 foo();