Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / covariance4.php
blob6cee7f426e2a4acb03fe1f1fced0f9656a4b4941
1 <?hh // partial
3 interface X<+T> {
4 public function test((function(T): void) $x): void;