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

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