cast_enum_bad_int.gd 77 B

1234
  1. enum MyEnum { ENUM_VALUE_1, ENUM_VALUE_2 }
  2. func test():
  3. print(2 as MyEnum)