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
Example: context.session object [ "myNode" ] returns an object but contains a node. IMO, the Java-style cast is acceptable in this case.
As a workaround to satisfy the linter, I can only type: node<> myNode = context.session object [ "myNode" ] as SNode and than do the cast.
The text was updated successfully, but these errors were encountered:
Example:
context.session object [ "myNode" ]
returns an object but contains a node. IMO, the Java-style cast is acceptable in this case.As a workaround to satisfy the linter, I can only type:
node<> myNode = context.session object [ "myNode" ] as SNode
and than do the cast.The text was updated successfully, but these errors were encountered: