mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10756 from ethereum/fixModifierLookup
Fix modifier lookup
This commit is contained in:
@@ -12,6 +12,8 @@ contract C is A {
|
||||
return 10;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// x() -> 7
|
||||
// f() -> 9
|
||||
|
||||
@@ -15,6 +15,8 @@ contract C {
|
||||
r = 10;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// x() -> 0x00
|
||||
// f() -> 1, 9
|
||||
|
||||
Reference in New Issue
Block a user