Skip to content
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

Pretty print on interface function without default implementation, still adding function body #2773

Closed
bluesign opened this issue Sep 9, 2023 · 0 comments · Fixed by #2774
Assignees
Labels
Bug Something isn't working Feedback

Comments

@bluesign
Copy link
Contributor

bluesign commented Sep 9, 2023

Issue to be solved

  access(all) resource interface Receiver {

        /// Takes a Vault and deposits it into the implementing resource type
        ///
        /// @param from: The Vault resource containing the funds that will be deposited
        ///
        access(all) fun deposit(from: @Vault)

becomes

 access(all)
        fun deposit(from: @Vault) {}

Suggested Solution

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Feedback
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants