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
$ is a legal character in Java identifiers, however using it tends to cause nearby regions to get highlighted incorrectly.
$
On Github.com:
interface Test { void aaaaa(); void bbbbb(); void ccccc$ddddd(); void eeeee(); void $$$$$(); }
Image:
In the wild: https://github.com/quat1024/apathy/blob/b2114a8bad81e9f7662513e38892af43901e840a/src/main/java/agency/highlysuspect/apathy/mixin/MinecraftServerAccessor.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$
is a legal character in Java identifiers, however using it tends to cause nearby regions to get highlighted incorrectly.On Github.com:
Image:
In the wild: https://github.com/quat1024/apathy/blob/b2114a8bad81e9f7662513e38892af43901e840a/src/main/java/agency/highlysuspect/apathy/mixin/MinecraftServerAccessor.java
The text was updated successfully, but these errors were encountered: