1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
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