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
import java.util.function.Consumer class A extends Consumer[String](): def accept(x: String): Unit = println(x)
One of the parent trees of the template of A contains:
A
Select( New( AppliedTypeTree( TypeIdent(Consumer), List(TypeIdent(String)) ) ), <init>[with sig (1):java.util.function.Consumer @<init>] )"
Resolving the symbol of this tree throws a MemberNotFoundException
MemberNotFoundException
The text was updated successfully, but these errors were encountered:
56c7da0
Merge pull request #409 from sjrd/java-interface-ctor
e3f97f7
Fix #407: Synthesize a constructor for Java interfaces.
sjrd
No branches or pull requests
One of the parent trees of the template of
A
contains:Resolving the symbol of this tree throws a
MemberNotFoundException
The text was updated successfully, but these errors were encountered: