inline variable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user