godot/modules/gdscript/tests/scripts/analyzer/errors/assign_enum.gd

4 lines
31 B
GDScript

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