mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow builtins as yul identifier paths in antlr grammar.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
contract C {
|
||||
function f() public pure {
|
||||
function() external g;
|
||||
assembly {
|
||||
g.address := 0x42
|
||||
g.selector := 0x23
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user