Fixed wrong argument usage and ClassCastException
This commit is contained in:
@@ -301,7 +301,7 @@ public class JetPositionManager implements PositionManager {
|
||||
JetExpression expression = next.getArgumentExpression();
|
||||
if (valueArgument == expression) {
|
||||
return InlineAnalyzerExtension.checkInlinableParameter(
|
||||
valueParameterDescriptor, (JetElement) resolvedValueArgument,
|
||||
valueParameterDescriptor, expression,
|
||||
call.getResultingDescriptor(), null
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user