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

GDTEST_ANALYZER_ERROR
>> ERROR at line 2: Cannot include a value of type "String" as "int".
>> ERROR at line 2: Cannot have a key of type "String" in a dictionary of type "Dictionary[int, Variant]".