Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / memoize_static1.php.exp
blob9db876078c6b8b69d8db0186b074ca3644336548
1 File "memoize_static1.php", line 5, characters 16-21:
2 Can't use new static() for NotFinal; __construct arguments are not guaranteed to be consistent in child classes (Typing[4060])
3 File "memoize_static1.php", line 2, characters 7-14:
4 This declaration is neither final nor uses the <<__ConsistentConstruct>> attribute