Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / reified_generics / new_without_newable_simple.php
blob47ede6129881763941b5a661ff10bb4401a8e21f
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function f<reify T>(): void {
5 new T();