GDScript: Reorganize and unify warnings
This commit is contained in:
parent
e8f5d0f6e8
commit
13310f3557
22 changed files with 175 additions and 212 deletions
|
|
@ -2,7 +2,7 @@ GDTEST_OK
|
|||
>> WARNING
|
||||
>> Line: 20
|
||||
>> UNSAFE_VOID_RETURN
|
||||
>> The method 'return_side_effect()' returns 'void' but it's trying to return a call to 'side_effect()' that can't be ensured to also be 'void'.
|
||||
>> The method "return_side_effect()" returns "void" but it's trying to return a call to "side_effect()" that can't be ensured to also be "void".
|
||||
hello
|
||||
effect
|
||||
effect
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ GDTEST_OK
|
|||
>> WARNING
|
||||
>> Line: 6
|
||||
>> UNSAFE_METHOD_ACCESS
|
||||
>> The method 'free' is not present on the inferred type 'Variant' (but may be present on a subtype).
|
||||
>> The method "free()" is not present on the inferred type "Variant" (but may be present on a subtype).
|
||||
Ok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue