-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
feat: resources can implement interfaces #1755
Conversation
Signed-off-by: mutator <mutator@winglang.io>
b7d3535
to
8cf51b6
Compare
Co-authored-by: Uri Bar <106860404+staycoolcall911@users.noreply.github.com>
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Congrats! 🚀 This was released in Wing 0.5.125. |
impl Interface
syntax, currently limited to resources. A resource that implements an interface must contain implementations of all of the interface's members (fields or methods) in its environment. Closes Type checking for interfaces #1697flight
tophase
inFunctionSignature
By submitting this pull request, I confirm that my contribution is made under the terms of the Monada Contribution License.