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
"getX()" is declared by class C, not Map is this case (see #1277).
When invoking "Replace method call with property expression" quick fix (Ctrl+Shift+,) the call is replaced by "x" which resolves to the map delegate. A qualifier is required to maintain the reference to the method declared by C.
The text was updated successfully, but these errors were encountered:
Consider the following:
"getX()" is declared by class
C
, notMap
is this case (see #1277).When invoking "Replace method call with property expression" quick fix (Ctrl+Shift+,) the call is replaced by "x" which resolves to the map delegate. A qualifier is required to maintain the reference to the method declared by
C
.The text was updated successfully, but these errors were encountered: