No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / abstract_final_xhp_property.php
blob85da7cdc420f52adf1b41f5f555cb08ec7a253ab
1 <?hh // partial
2 abstract final class :foo {
3 attribute string foobar;
5 class :bar {
6 attribute :foo;