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

GDTEST_ANALYZER_ERROR
>> ERROR at line 3: Cannot assign a value of type Dictionary[float, float] to variable "typed" with specified type Dictionary[int, int].