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

GDTEST_ANALYZER_ERROR
>> ERROR at line 2: Cannot assign a value of type "Color" as "String".
>> ERROR at line 2: Cannot assign a value of type Color to variable "var_color" with specified type String.