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

Parser: Recovery in trait, eff and instance blocks is faulty. #7711

Closed
herluf-ba opened this issue May 9, 2024 · 2 comments · Fixed by #7717
Closed

Parser: Recovery in trait, eff and instance blocks is faulty. #7711

herluf-ba opened this issue May 9, 2024 · 2 comments · Fixed by #7717

Comments

@herluf-ba
Copy link
Contributor

Essentially the same issue as #7708, but applied to trait, eff or instance blocks instead of mod blocks.
To reproduce open any of the tree block kinds and place a single doc-comment inside like so:

instance Test[Int32] {
  /// Main is missed in this example
}
def main(): Unit = ()
@magnus-madsen
Copy link
Member

@herluf-ba Was this fixed or not yet?

@herluf-ba
Copy link
Contributor Author

No but I made a PR now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants