Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

named parameter calls not working #166

Closed
andreasmuelder opened this issue Sep 19, 2018 · 1 comment
Closed

named parameter calls not working #166

andreasmuelder opened this issue Sep 19, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@andreasmuelder
Copy link
Member

 function callMe(int32 i, bool b) public{
        callMe({b : false, i : 5});
    }

Results in an error: "Incompatible types integer and bool."

Seems to be a bug in our custom type inferrer.

@andreasmuelder andreasmuelder added this to the 0.8.0 milestone Sep 19, 2018
@flantony flantony self-assigned this Oct 12, 2018
flantony added a commit that referenced this issue Oct 12, 2018
flantony added a commit that referenced this issue Oct 17, 2018
flantony added a commit that referenced this issue Oct 23, 2018
issue #166 - also consider Operations
@andreasmuelder
Copy link
Member Author

closing as invalid

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants