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:
package p trait T { Number n }
class C implements p.T { Number getN() { p.T.super.getN() } }
Syntax highlighting for "p.T.super.getN()" is not showing "p" as a package, "T" as a trait and "getN" as an instance method.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fix for #1159: provide outer class link for inner type built from Class
242ef15
Fix for #1159: provide trait method link for helper built from Class
df33394
eric-milles
No branches or pull requests
Consider the following:
Syntax highlighting for "p.T.super.getN()" is not showing "p" as a package, "T" as a trait and "getN" as an instance method.
The text was updated successfully, but these errors were encountered: