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

GDTEST_ANALYZER_ERROR
>> ERROR at line 6: Invalid argument for "expect_typed()" function: argument 1 should be "Dictionary[int, int]" but is "Dictionary[float, float]".