GDScript: Fix getting type from PropertyInfo for Variant arguments

This commit is contained in:
Dmitrii Maganov
2022-12-28 00:11:51 +02:00
parent 75515e4303
commit 5980abbcec
6 changed files with 16 additions and 20 deletions

View File

@@ -1,7 +0,0 @@
enum { V }
class InnerClass:
enum { V }
func test():
pass

View File

@@ -1,2 +0,0 @@
GDTEST_PARSER_ERROR
Name "V" is already used as a class enum value.