Skip to content

Support method call syntax #18

@fowles

Description

@fowles

Add support for moving an object into or out of the parameter list:

foo.bar(1) -> bar(foo, 1)
foo->bar(1) -> bar(foo, 1)

and

bar(foo, 1) -> foo.bar(1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions