Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

In the parser, Assign should not be an Expression #870

Closed
@jbdeboer

Description

@jbdeboer

Currently, assignments (the Assign class) is a subclass of Expression. But this implies that you can watch assignments, but you can't.

Assignments should not be allows in watches (e.g. only in places where we pass them to Scope.apply()).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions