Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ExpressionTransformer #1917: use the LHS type if the RHS is null
Because otherwise the Java bottom type is stored in java.lang.Object, which is not of the bottom type, so x = y = null will fail because null is stored in java.lang.Object and can't be assigned to either y or x
- Loading branch information