Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / must_be_arraykey.php
blob2bc5b205a4a2c9c7229f9a3fdf93e1062c303f76
1 <?hh // partial
3 interface I {}
5 function foo(keyset<I> $k): void {}