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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
345 B
Text
Raw Permalink Normal View History

GDTEST_ANALYZER_ERROR
>> ERROR at line 7: Expression in match pattern must be a constant expression, an identifier, or an attribute access ("A.B").
>> ERROR at line 9: Identifier "b" not declared in the current scope.
>> ERROR at line 12: Expression in match pattern must be a constant expression, an identifier, or an attribute access ("A.B").