Add MethodInfo to signal datatype

This commit is contained in:
ocean (they/them)
2022-12-15 22:45:46 -05:00
parent 291add339f
commit d93dbab054
3 changed files with 18 additions and 11 deletions

View File

@ -0,0 +1,4 @@
signal your_base
signal my_base
func test():
your_base = my_base

View File

@ -0,0 +1,2 @@
GDTEST_ANALYZER_ERROR
Cannot assign a new value to a constant.