inline variable

This commit is contained in:
Alex Tkachman
2012-02-06 16:15:59 +02:00
parent e6197f0160
commit 09a8834220
@@ -1059,8 +1059,7 @@ public abstract class StackValue {
return codegen.typeMapper.mapType(callableMethod.getReceiverClass());
}
else {
JetType thisType = callableMethod.getThisType();
return codegen.typeMapper.mapType(thisType);
return codegen.typeMapper.mapType(callableMethod.getThisType());
}
}
else {