Thing.hx 41 B

12345
  1. package issue7777;
  2. enum Thing {
  3. BOO;
  4. }