NamespacedHackEnum.php 64 B

1234567
  1. <?hh
  2. namespace Foo;
  3. enum BarEnum: string {
  4. HERP = 'DERP';
  5. }