Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D: remove overload, not a keyword #3710

Merged
merged 1 commit into from
May 3, 2023
Merged

Conversation

ntrel
Copy link
Contributor

@ntrel ntrel commented May 3, 2023

Presumably this was mistakenly added instead of override (which is also there).
https://dlang.org/spec/lex.html#keywords

override only appears before a function declaration.
https://dlang.org/spec/function.html#virtual-functions

Presumably this was mistakenly added instead of override (which is also
there).
https://dlang.org/spec/lex.html#keywords

`override` only appears before a function declaration.
https://dlang.org/spec/function.html#virtual-functions
@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (027c099) 82.96% compared to head (36b4abf) 82.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3710   +/-   ##
=======================================
  Coverage   82.96%   82.96%           
=======================================
  Files         226      226           
  Lines       54969    54969           
=======================================
  Hits        45606    45606           
  Misses       9363     9363           
Impacted Files Coverage Δ
parsers/c-based.c 80.82% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake masatake merged commit c04f837 into universal-ctags:master May 3, 2023
@masatake
Copy link
Member

masatake commented May 3, 2023

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants