GDScript: Support tracking multiple analyzer and runtime errors in tests
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
GDTEST_OK
|
||||
>> WARNING
|
||||
>> Line: 4
|
||||
>> SHADOWED_VARIABLE
|
||||
>> The local function parameter "shadow" is shadowing an already-declared variable at line 1 in the current class.
|
||||
~~ WARNING at line 4: (SHADOWED_VARIABLE) The local function parameter "shadow" is shadowing an already-declared variable at line 1 in the current class.
|
||||
shadow
|
||||
|
||||
Reference in New Issue
Block a user