Skip to content

Find type references missing coercion expression #468

@eric-milles

Description

@eric-milles

Searching for references to a.Face (by selecting the interface name and pressing Ctrl-Shift-G) is not finding the use in a.Main.

package a;
@FunctionalInterface
public interface Face {
  void meth();
}
package a
class Main {
  def m() {
    return {->
    } as Face
  }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions