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

Improve top level structure with import support #1068

Merged
merged 3 commits into from
Mar 5, 2022

Conversation

montyly
Copy link
Member

@montyly montyly commented Feb 23, 2022

Top-level structure must have access to the structure defined in other contracts:

contract I{
  struct St{
    uint a;
  } 
}
import "./import.sol";

struct St{
    I.St st;
}

@montyly montyly merged commit c4d3898 into dev Mar 5, 2022
@montyly montyly deleted the dev-improve-struct-top-level-import branch March 5, 2022 17:31
@montyly montyly restored the dev-improve-struct-top-level-import branch March 5, 2022 17:31
@montyly montyly deleted the dev-improve-struct-top-level-import branch March 18, 2022 08:46
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