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
TypeWithKind.java
For now I can just extend it with EnsoObject interface, but we should use processEnv.getTypes() to check the real types and not just names.
EnsoObject
processEnv.getTypes()
Originally posted by @JaroslavTulach in #7544 (comment)
The text was updated successfully, but these errors were encountered:
This will be addressed by d3c7538
Sorry, something went wrong.
JaroslavTulach
Successfully merging a pull request may close this issue.
For now I can just extend it with
EnsoObject
interface, but we should useprocessEnv.getTypes()
to check the real types and not just names.Originally posted by @JaroslavTulach in #7544 (comment)
The text was updated successfully, but these errors were encountered: