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
The sema gen runtime/sema/gen/main.go, does not support interface declarations. See VisitInterfaceDeclaration.
runtime/sema/gen/main.go
VisitInterfaceDeclaration
This support will be useful for cases such as HashableStruct type: #2428
HashableStruct
The text was updated successfully, but these errors were encountered:
@RZhang05 I believe you've already added this in #3594 (still open)?
Sorry, something went wrong.
Yes this is included in the PR.
No branches or pull requests
Issue to be solved
The sema gen
runtime/sema/gen/main.go
, does not support interface declarations. SeeVisitInterfaceDeclaration
.Suggested Solution
This support will be useful for cases such as
HashableStruct
type: #2428The text was updated successfully, but these errors were encountered: