fix SuperStatementExpression
This commit is contained in:
parent
cdc81f705a
commit
666931fa44
@ -5,6 +5,6 @@ import java.util.List;
|
||||
|
||||
public class SuperStatementExpression extends MethodCallStatementExpression{
|
||||
public SuperStatementExpression(String methodName, List<IExpression> arguments, List<ReceivingMethod> receivingMethods, Receiver receiver) {
|
||||
super(methodName, arguments, receivingMethods, receiver);
|
||||
super(methodName, receiver, receivingMethods, arguments);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user