virtualx-engine/modules/gdscript/tests/scripts/analyzer/errors/assign_enum.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
31 B
GDScript3
Raw Normal View History

2022-12-04 04:02:03 +01:00
enum { V }
func test():
V = 1