Convert properly during storing.

This commit is contained in:
chriseth
2020-11-02 21:15:34 +01:00
parent 1e812e7acc
commit 49bd3f2af4
3 changed files with 10 additions and 2 deletions
@@ -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)