Fixes issue where computing storage size for a number would take too long.

Fixes #4673.
This commit is contained in:
Christian Parpart
2018-08-14 15:38:10 +02:00
committed by Christian Parpart
parent 43db88b836
commit 43bda53410
4 changed files with 9 additions and 2 deletions
@@ -0,0 +1,4 @@
contract C {
fixed8x80 a = -1e-100;
}
// ----