godot/modules/gdscript/tests/scripts/analyzer/warnings/inference_with_variant.out

7 lines
154 B
Plaintext

GDTEST_OK
>> WARNING
>> Line: 2
>> INFERENCE_ON_VARIANT
>> The variable type is being inferred from a Variant value, so it will be typed as Variant.
warn