Fix typing of constants
1 unresolved thread
1 unresolved thread
Files
4@@ -96,7 +96,7 @@ class TypeContext:
@@ -126,8 +126,15 @@ class TypeContext:
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.