enum_unnamed_depend.gd 44 B

1234567
  1. enum {
  2. V1,
  3. V2 = V1,
  4. }
  5. func test():
  6. pass