Consider the following: ```groovy 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.
Consider the following:
Open declaration (F3 or Ctrl+click) on "bar" goes to top of source instead of highlighting the method's name.