Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / xhp_attr_23.php
blob5bf3adca08adabb4ce1f8f9bc4a78762a00fbbbd
1 <?hh // strict
3 class :foo {}
5 function main(): void {
6 $x = <foo bar="baz" />; // undefined attribute