godot/modules/gdscript/tests/scripts/parser
George Marques ad6e2e82a9
GDScript: Consolidate behavior for assigning enum types
This makes sure that assigning values to enum-typed variables are
consistent. Same enum is always valid, different enum is always
invalid (without casting) and assigning `int` creates a warning
if there is no casting.

There are new test cases to ensure this behavior doesn't break in
the future.
2022-02-03 13:32:16 -03:00
..
errors Improve GDScript indentation error message 2021-10-28 13:01:53 +02:00
features Fix various typos 2022-01-02 01:03:58 -05:00
warnings GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 -03:00