cadence
cadence copied to clipboard
Supporting generating interface declarations in sema generator
Issue to be solved
The sema gen runtime/sema/gen/main.go, does not support interface declarations. See VisitInterfaceDeclaration.
Suggested Solution
This support will be useful for cases such as HashableStruct type: https://github.com/onflow/cadence/issues/2428
@RZhang05 I believe you've already added this in https://github.com/onflow/cadence/pull/3594 (still open)?
@RZhang05 I believe you've already added this in #3594 (still open)?
Yes this is included in the PR.