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
It is now possible to directly evaluate someMethod and retrieve it as a function.
This is one of many examples of nodeWithArgument relationships where the argument is an IndexLiteral.
Other examples include EnumMember, CaseClause, etc. Even if these really do depend on their parents, providing such nodes directly to evaluate() should still resolve to something.
The text was updated successfully, but these errors were encountered:
Imagine this:
It is now possible to directly evaluate
someMethod
and retrieve it as a function.This is one of many examples of
nodeWithArgument
relationships where the argument is anIndexLiteral
.Other examples include
EnumMember
,CaseClause
, etc. Even if these really do depend on their parents, providing such nodes directly toevaluate()
should still resolve to something.The text was updated successfully, but these errors were encountered: