Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / generic_subtype_mixed_bad.php
blob97fca30c746c3ba3d320de66b476f969600669ca
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function test<T1, T2 super int>(T1 $x): ?T2 {
5 return $x;