godot/modules/gdscript/tests/scripts/analyzer/errors/invalid_cast.out

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

5 lines
242 B
Text
Raw Permalink Normal View History

GDTEST_ANALYZER_ERROR
>> ERROR at line 3: Invalid cast. Cannot convert from "int" to "Array".
>> ERROR at line 4: Invalid cast. Cannot convert from "int" to "Node".
>> ERROR at line 6: Invalid cast. Cannot convert from "RefCounted" to "int".