enum_bad_value.gd 52 B

1234
  1. enum Enum {V1, V2}
  2. func test():
  3. var bad = Enum.V3