Support is and as
[hiphop-php.git] / hphp / hack / test / autocomplete / method_or_property_public_static.php
blob41176b36cb0db9154b30dd4c7852b7eb73a60fb5
1 <?hh
3 class Foo {
4 // This could the beginning of a method:
5 // public static function foo(): void {}
6 // or a property:
7 // public static int $x = 1;
8 public static AUTO332