Fix typing of constants
1 unresolved thread
1 unresolved thread
Compare changes
- Daniel Bauer authored
@@ -182,3 +182,14 @@ def test_typify_integer_binops_in_floating_context():
This is an umbrella MR combining a few small changes:
Constant
inside of an untyped ConstantExpr
was encountered, the typification used to fail (see new test).test_typify_integer_binops
now that arbitrary expressions can be deferred.