mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10180 from ethereum/convertDuringStoring
[SolYul] Convert properly during storing.
This commit is contained in:
@@ -17,6 +17,8 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// test_store_ok() -> 1
|
||||
// x() -> 0
|
||||
|
||||
@@ -18,6 +18,8 @@ contract D {
|
||||
return (stateBool, stateDecimal, stateBytes);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// stateBool() -> true
|
||||
// stateBool() -> right(true)
|
||||
|
||||
Reference in New Issue
Block a user