Skip to content
#

object-oriented

Here are 716 public repositories matching this topic...

faultyserver
faultyserver commented Jun 8, 2018

I'm pretty sure that SimpleAssign is only created when the left-hand side is a StaticAssignable (e.g., Var, Const, or Underscore). If the target is a pattern, then it becomes a MatchAssign, and if it is some method chain (e.g. x.y = 2), then it is converted into a Call to the y= method with x as the receiver.

With that, I think that the target property of SimpleAssign no

Improve this page

Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.