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
Consider the following:
@interface Anno { Class<? extends Number> value(); } @Anno(String.class) public class X {}
Error underline for "String.class" also includes ")".
The text was updated successfully, but these errors were encountered:
Fix for #971: off-by-one errors in GroovyCompilationUnitDeclaration
6d08a56
Sorry, something went wrong.
Fix for #971: off-by-one error in GroovyCompilationUnitDeclaration
f49cec6
fix off-by-one error
0a2be43
#971
eric-milles
No branches or pull requests
Consider the following:
Error underline for "String.class" also includes ")".
The text was updated successfully, but these errors were encountered: