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

GDTEST_ANALYZER_ERROR
>> ERROR at line 4: Member "property" is not a function.
>> ERROR at line 4: Name "property" called as a function but is a "int".