Skip to content

Fix type inferencing for super trait properties #1599

@eric-milles

Description

@eric-milles

Consider the following:

package p
trait T {
  Map<String, ? extends Number> map
}
class C implements p.T {
  void m() {
    map
  }
}

The type arguments of "map" are not shown. Only "Map" is displayed.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions