mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Fix unnammed enum crash regression
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
enum {
|
||||
V1,
|
||||
V2 = V1,
|
||||
}
|
||||
|
||||
func test():
|
||||
pass
|
||||
@@ -0,0 +1 @@
|
||||
GDTEST_OK
|
||||
Reference in New Issue
Block a user