Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / array_map10.php
blobb449637e9fc0f1accc5566ea741d7e7f43dd50a7
1 <?hh // strict
3 function test<TA, TB, TC>((function(TA): TB) $f, vec<TC> $x): void {
4 array_map($f, $x);