Skip to content

Commit

Permalink
Always prioritize members defined in the same contract to any in the …
Browse files Browse the repository at this point in the history
…bases
  • Loading branch information
ggiraldez committed Aug 28, 2024
1 parent 41b04a9 commit 3acbcbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/solidity/inputs/language/bindings/rules.msgb
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ attribute symbol_reference = symbol => type = "push_symbol", symbol = symbol, i
node @contract.type_members

edge @contract.lexical_scope -> @contract.members
attr (@contract.lexical_scope -> @contract.members) precedence = 1
edge @contract.lexical_scope -> @contract.type_members
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3acbcbb

Please sign in to comment.