Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/VisualStudio/XSharpCodeModelXs/Parser/XsParser.prg
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,8 @@ CLASS XsParser IMPLEMENTS VsParser.IErrorListener
CASE XSharpLexer.CONST
CASE XSharpLexer.DIM
CASE XSharpLexer.ARRAY
CASE XSharpLexer.FUNCTION // local function declaration - must not be treated as LOCAL modifier
CASE XSharpLexer.PROCEDURE // local procedure declaration - must not be treated as LOCAL modifier
return TRUE
END SWITCH
RETURN FALSE
Expand Down