You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
They cannot be accessed in this case, so an error is shown to avoid misleading the uses, especially in case of named lambdas.
4 lines
62 B
GDScript
4 lines
62 B
GDScript
func test():
|
|
func standalone():
|
|
print("can't be accessed")
|