Fixed ' IDEA-128685: Incorrectly typed assignment expression'
This commit is contained in:
@@ -65,7 +65,7 @@ public class AssignmentExprent extends Exprent {
|
||||
|
||||
|
||||
public VarType getExprType() {
|
||||
return right.getExprType();
|
||||
return left.getExprType();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user