1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/modules/gdscript/tests/scripts/analyzer/warnings/inference_with_variant.out

4 lines
150 B
Plaintext

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