Skip to content

Open declaration on default param(s) method variant goes to top of source #720

@eric-milles

Description

@eric-milles

Consider the following:

class Foo {
  def bar(arg1, arg2 = null) {}
}
new Foo().bar(null)

Open declaration (F3 or Ctrl+click) on "bar" goes to top of source instead of highlighting the method's name.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions