Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / delayed_subst5.php
bloba7bf9f095727ca4e2cce8434d268f673377c4f15
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 final class Child extends Base<int> {
6 use ATrait;
9 trait ATrait {
11 require extends Base<mixed>;
14 class Base<+T> {
16 public function get(): T {
17 // UNSAFE