Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect conversion for this.call() #623

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Fix incorrect conversion for this.call() #623

merged 1 commit into from
Sep 3, 2020

Conversation

montyly
Copy link
Member

@montyly montyly commented Sep 3, 2020

Bug that was introduced with #600

contract C{

    function f() public;

    function g() public{
        this.f();
    }
}

Would have resulted to an internal dynamic call, instead of a high level call

@montyly montyly merged commit 3daf109 into dev Sep 3, 2020
@montyly montyly deleted the dev-fix-this-call branch October 6, 2020 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant