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

void keyword as a method return value is not highlighted as a keyword #68

Open
RMSD opened this issue Jul 13, 2023 · 0 comments
Open

void keyword as a method return value is not highlighted as a keyword #68

RMSD opened this issue Jul 13, 2023 · 0 comments

Comments

@RMSD
Copy link

RMSD commented Jul 13, 2023

Consider the following:

public static void consume(String consumed) {
   consumed.concat("a");
}

It is expected that void is highlighted as it is a reserved Java keyword, much like static preceding it.

@RMSD RMSD changed the title void keyword as a method return value is not highlighter as a keyword void keyword as a method return value is not highlighted as a keyword Jul 13, 2023
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

No branches or pull requests

1 participant