Skip to content

Fix type inference for static equals methods (and others found on java.lang.Object) #595

@eric-milles

Description

@eric-milles

Method call Chars.equals showing as unknown (underlined) and hover shows javadoc for Object.equals.

class Chars {
  static boolean equals(char[] a, char[] b) {
  }
  static void main(char[] x, char[] y) {
    if (Chars.equals(x, y)) {
    }
  }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions