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
Currently because public fields are member access but aren't properties when they are turned into PropertySelectors they will throw an exception even though it's a valid thing to want to do. We should:
Create a FieldAccess type that handles access to fields
Add code to determine the nature of the expression type and construct the correct one
Currently because public fields are member access but aren't properties when they are turned into PropertySelectors they will throw an exception even though it's a valid thing to want to do. We should: