Compare commits
No commits in common. "4b2edaa6ff124064b87be6c7ad9ad0c1a473ebe5" and "942597d5359101ec639f1c7f7ac4938295253b07" have entirely different histories.
4b2edaa6ff
...
942597d535
@ -56,8 +56,6 @@ public class MethodCallStatementExpression extends AbstractType implements IExpr
|
||||
receiver.instVarExpression.thisClass = typeOfSubreceiver;
|
||||
receiver.instVarExpression.typeCheck(methodContext, typeContext, localVars);
|
||||
currentType = typeContext.get(typeOfSubreceiver).get(mostLeftField);
|
||||
} else {
|
||||
currentType = thisClass;
|
||||
}
|
||||
}else{
|
||||
currentType = thisClass;
|
||||
|
Loading…
Reference in New Issue
Block a user