Skip to content

RHS of byref assignment must be a variable #114

Open
@mattacosta

Description

@mattacosta

While looking at an example related to #19, I also came across this new bug:

Sample code:
$c =& $a + $b

Expected: ($c =& $a) + $b
Actual: $c =& ($a + $b)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable buggrammar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions