No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / trait_requires_final_class.php
blobeecc768faa76dba4e178dc488e67d4bbb1a0e77a
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 final class C {}
6 trait T {
7 require extends C;