JVM_IR: fix type arguments in inline callable references
This commit is contained in:
+2
-2
@@ -172,9 +172,9 @@ internal class InlineCallableReferenceToLambdaPhase(val context: JvmBackendConte
|
|||||||
+IrFunctionReferenceImpl(
|
+IrFunctionReferenceImpl(
|
||||||
expression.startOffset,
|
expression.startOffset,
|
||||||
expression.endOffset,
|
expression.endOffset,
|
||||||
referencedFunction.returnType,
|
function.returnType,
|
||||||
function.symbol,
|
function.symbol,
|
||||||
referencedFunction.typeParameters.size,
|
function.typeParameters.size,
|
||||||
IrStatementOrigin.LAMBDA
|
IrStatementOrigin.LAMBDA
|
||||||
).apply {
|
).apply {
|
||||||
copyAttributes(expression)
|
copyAttributes(expression)
|
||||||
|
|||||||
Reference in New Issue
Block a user