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

Wrong syntax highlighting in comment after throws clausule for constructor #3039

Closed
Nightenom opened this issue Mar 31, 2023 · 0 comments · Fixed by #3209
Closed

Wrong syntax highlighting in comment after throws clausule for constructor #3039

Nightenom opened this issue Mar 31, 2023 · 0 comments · Fixed by #3209

Comments

@Nightenom
Copy link

image

Environment
  • Operating System: win 11 pro 22h2 22621.1413
  • JDK version: OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, sharing)
  • Visual Studio Code version: 1.76.2
  • Java extension version: v1.16.0
Steps To Reproduce
public class Utils
{
    public Utils() throws Exception // asdasd
    {
        super();
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants