Skip to content

Eclipse does not see inherited trait properties #1361

@chrylis

Description

@chrylis

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`
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions