Skip to content

Fix type inferencing and syntax coloring of method calls in class implementing trait #677

@eric-milles

Description

@eric-milles

T.groovy

trait T {
  String getFoo() { 'foo' }
}

C.groovy

class C implements T {
  static void main(args) {
    new C().getFoo()
  }
}

Method call getFoo is showing as unknown (underlined).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions