Rename method

This commit is contained in:
Wojciech Lopata
2013-04-02 23:34:04 +02:00
parent 5df85f6100
commit 3e76fc2902
5 changed files with 13 additions and 13 deletions
@@ -3355,7 +3355,7 @@ The "returned" value of try expression with no finally is either the last expres
@Override
public StackValue visitBinaryWithTypeRHSExpression(JetBinaryExpressionWithTypeRHS expression, StackValue receiver) {
JetSimpleNameExpression operationSign = expression.getOperationSign();
JetSimpleNameExpression operationSign = expression.getOperationReference();
IElementType opToken = operationSign.getReferencedNameElementType();
if (opToken == JetTokens.COLON) {
return gen(expression.getLeft());