GDScript: Improve call analysis
* Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods.
This commit is contained in:
parent
59139df16e
commit
e8696f9961
25 changed files with 184 additions and 46 deletions
|
|
@ -2,4 +2,5 @@ func foo(x):
|
|||
return x + 1
|
||||
|
||||
func test():
|
||||
@warning_ignore("unsafe_call_argument")
|
||||
print(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(0)))))))))))))))))))))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue