mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4765 from ethereum/fixes-issue-4673
[WIP] Fixes issue where computing storage size for a number would take too long (or even cause a crash).
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
contract C {
|
||||
fixed8x80 a = -1e-100;
|
||||
}
|
||||
// ----
|
||||
Reference in New Issue
Block a user