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

Eclipse does not see inherited trait properties #1361

Closed
chrylis opened this issue May 12, 2022 · 1 comment
Closed

Eclipse does not see inherited trait properties #1361

chrylis opened this issue May 12, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@chrylis
Copy link

chrylis commented May 12, 2022

In a scenario similar to #1113, Eclipse cannot find properties that are declared on a supertrait, causing inference failure and spurious compilation errors that go away with groovyc.

trait Super {
  String prop
}

trait Sub extends Super {
}

class Foo implements Sub {
  // Eclipse doesn't see `prop`
}
@eric-milles eric-milles self-assigned this May 12, 2022
@eric-milles eric-milles added this to the v4.6.0 milestone May 12, 2022
@eric-milles
Copy link
Member

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

No branches or pull requests

2 participants