Add MethodInfo to signal datatype
This commit is contained in:
parent
291add339f
commit
d93dbab054
3 changed files with 18 additions and 11 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue