You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling of newlines was incorrect (and missing a terminating
semicolon) around lines involving `return`s.
Fix that, and fix correct handling of derived function return
types while we're at it.
Fixes#3054.
Handling of newlines was incorrect (and missing a terminating
semicolon) around lines involving `return`s.
Fix that, and fix correct handling of derived function return
types while we're at it.
Fixes#3054.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
🐛 Bug Report
See examples in #826
The text was updated successfully, but these errors were encountered: