We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The compiler will complain that "bracket for a class was never closed" if using a comment containing a single quote
create a dummy class
#'
jmc compile
Code should compile correctly and output the comment line as-is
Relevant jmc/tryout demo : jmc-commenting-bug
Linux arch 6.8.5-arch1-1x86_64 GNU/Linux
jmc --version v1.2.17
v1.2.17
The text was updated successfully, but these errors were encountered:
WingedSeal
No branches or pull requests
Describe the bug
The compiler will complain that "bracket for a class was never closed" if using a comment containing a single quote
To Reproduce
create a dummy class
#'
jmc compile
Expected behavior
Code should compile correctly and output the comment line as-is
Screenshots
Relevant jmc/tryout demo :
jmc-commenting-bug
Desktop
Linux arch 6.8.5-arch1-1x86_64 GNU/Linux
Additional context
jmc --version
v1.2.17
The text was updated successfully, but these errors were encountered: