提交 09a88342 编写于 作者: A Alex Tkachman

inline variable

上级 e6197f01
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册