enum_bad_method.gd 47 B

1234
  1. enum Enum {V1, V2}
  2. func test():
  3. Enum.clear()