mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Activating some tests viaYul after implementing getters for bytes.
This commit is contained in:
@@ -28,6 +28,8 @@ contract buggystruct {
|
||||
return bug.last;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// getFirst() -> 0x0a
|
||||
// getSecond() -> 0x14
|
||||
|
||||
Reference in New Issue
Block a user