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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
150 B
Text
Raw Normal View History

GDTEST_OK
~~ WARNING at line 2: (INFERENCE_ON_VARIANT) The variable type is being inferred from a Variant value, so it will be typed as Variant.
warn