backend: improve support for references to vararg functions
(doesn't happen for now)
This commit is contained in:
committed by
SvyatoslavScherbina
parent
f08bd7aa6f
commit
7464b2cb09
+1
-1
@@ -204,7 +204,7 @@ private class CallableReferencesUnbinder(val lower: CallableReferenceLowering,
|
||||
outType = builtIns.nullableAnyType, // Use erased type.
|
||||
declaresDefaultValue = false,
|
||||
isCrossinline = false, isNoinline = false,
|
||||
varargElementType = (param as? ValueParameterDescriptor)?.varargElementType,
|
||||
varargElementType = null,
|
||||
source = SourceElement.NO_SOURCE)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user