Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / fc_enum_11.php
blob0af36c91a5730eef61c1c8467694c91a09c9bbac
1 <?hh // strict
3 // No using HH\BuiltinEnum
4 class Foo extends \HH\BuiltinEnum<int> {}