godot/modules/gdscript/tests/scripts/analyzer/errors/assign_enum.gd
2023-01-09 11:08:07 -05:00

4 lines
31 B
GDScript

enum { V }
func test():
V = 1