You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m() call from the definition of whatever local variable is not underlined, but it's not actually recognized, as you can see with F2 or F3 on it, or by trying to rename m() to something else.
Please note that if you comment out the p field definition, then the second call to m() becomes recognized.
The text was updated successfully, but these errors were encountered:
eric-milles
changed the title
Method not recognized and not underlined when invoked from an anonymous inner class and another anonymous inner class is assigned to a field of the same class
Multiple anonymous inner classes of same type preventing type inferencing / semantic highlighting
Nov 10, 2017
eric-milles
changed the title
Multiple anonymous inner classes of same type preventing type inferencing / semantic highlighting
Field initializer anonymous inner class fouling up type inferencing / semantic highlighting
Nov 11, 2017
Follow-up to #378.
Consider the following Groovy class:
m()
call from the definition ofwhatever
local variable is not underlined, but it's not actually recognized, as you can see with F2 or F3 on it, or by trying to renamem()
to something else.Please note that if you comment out the p field definition, then the second call to
m()
becomes recognized.The text was updated successfully, but these errors were encountered: