Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / uninstantiable_func_return1.php
bloba816abd596afe920571aef5e466a5bf34f5cfb29
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 abstract final class C {}
6 function foo(): ?C {
7 return null;