Add MethodInfo to signal datatype
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
signal your_base
|
||||
signal my_base
|
||||
func test():
|
||||
your_base = my_base
|
||||
@ -0,0 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
Cannot assign a new value to a constant.
|
||||
Reference in New Issue
Block a user