Skip to content

Multiple assignment as function call #48

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
class C
    def f= x
        p x
    end
end

C.new.f = 1, 2 

What is the expected output? What do you see instead?

Exception in thread "main"  Only variable can be parallel assigned

Original issue reported on code.google.com by xue.yong...@gmail.com on 27 Sep 2007 at 12:59

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions