Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / new_generic_bad.php
blobe9dcf38f268620c506fe865caf19d20c1f32b91b
1 <?hh // partial
3 class T<T> {
4 public static function f() {
5 return new T();