Fix type inversion for shift and exp operators.

This commit is contained in:
chriseth
2020-06-03 13:46:26 +02:00
parent 894478ff8c
commit a6c773bd96
12 changed files with 66 additions and 10 deletions
@@ -7,4 +7,4 @@ contract test {
}
}
// ----
// UnimplementedFeatureError: Not yet implemented - FixedPointType.
// TypeError: (117-123): Operator % not compatible with types rational_const 1 / 2 and fixed128x18. Fractional literals not supported.