Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / property_declaration_with_attribute_missing_visibility_modifier.php
blobc0cd21e86425bb2be5a9100c4566fedf43ecc725
1 <?hh // partial
2 class C {
3 <<__Override>>
4 int $x;