Skip to content

Fix type inferencing and syntax highlighting for type variable with multiple bounds #1564

@eric-milles

Description

@eric-milles

Consider the following:

class C<T extends Thread & Supplier<String>> {
  def m(T thread) {
    thread.get()
  }
}

"get" is shown as unknown (underlined).

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions