godot/modules/gdscript/tests/scripts/analyzer
George Marques ceafdf347e
GDScript: Treat enum values as int and enum types as dictionary
Since enums resolve to a dictionary at runtime, calling dictionary
methods on an enum type is a valid use case. This ensures this is true
by adding test cases. This also makes enum values be treated as ints
when used in operations.
2022-02-03 13:32:34 -03:00
..
errors GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 -03:00
features GDScript: Treat enum values as int and enum types as dictionary 2022-02-03 13:32:34 -03:00