GDScript: Support tracking multiple analyzer and runtime errors in tests
This commit is contained in:
parent
9e6098432a
commit
f86dcd4e67
294 changed files with 540 additions and 1084 deletions
|
|
@ -1,11 +1,5 @@
|
|||
GDTEST_OK
|
||||
>> WARNING
|
||||
>> Line: 4
|
||||
>> CONFUSABLE_LOCAL_USAGE
|
||||
>> The identifier "a" will be shadowed below in the block.
|
||||
>> WARNING
|
||||
>> Line: 5
|
||||
>> SHADOWED_VARIABLE
|
||||
>> The local variable "a" is shadowing an already-declared variable at line 1 in the current class.
|
||||
~~ WARNING at line 4: (CONFUSABLE_LOCAL_USAGE) The identifier "a" will be shadowed below in the block.
|
||||
~~ WARNING at line 5: (SHADOWED_VARIABLE) The local variable "a" is shadowing an already-declared variable at line 1 in the current class.
|
||||
1
|
||||
2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue