Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / fun_generics_bad.php.exp
blob98d8854f1e11d61e03727bd76046c9bb61b49416
1 File "fun_generics_bad.php", line 9, characters 10-26:
2 Invalid return type (Typing[4336])
3 File "fun_generics_bad.php", line 9, characters 10-26:
4 Expected void because this function does not always return a value
5 File "fun_generics_bad.php", line 12, characters 4-17:
6 But got darray<int, T2>