mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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