KT-4909 Smart completion does not work for named arguments
KT-7668 Named argument completion does not work after vararg #KT-4909 Fixed #KT-7668 Fixed
This commit is contained in:
@@ -69,7 +69,7 @@ public class Concat : IntrinsicMethod() {
|
||||
codegen: ExpressionCodegen
|
||||
): StackValue {
|
||||
return StackValue.operation(returnType) {
|
||||
val arguments = resolvedCall.getCall().getValueArguments().map { it.getArgumentExpression() }
|
||||
val arguments = resolvedCall.getCall().getValueArguments().map { it.getArgumentExpression()!! }
|
||||
val actualType = generateImpl(
|
||||
codegen, it, returnType,
|
||||
resolvedCall.getCall().getCallElement(),
|
||||
|
||||
Reference in New Issue
Block a user