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
Searching for references to a.Face (by selecting the interface name and pressing Ctrl-Shift-G) is not finding the use in a.Main.
a.Face
a.Main
package a; @FunctionalInterface public interface Face { void meth(); }
package a class Main { def m() { return {-> } as Face } }
The text was updated successfully, but these errors were encountered:
Fix for issue #468: record type reference for coercion expression "as T"
431e885
e6ce8bb
eric-milles
No branches or pull requests
Searching for references to
a.Face
(by selecting the interface name and pressing Ctrl-Shift-G) is not finding the use ina.Main
.The text was updated successfully, but these errors were encountered: