[K/N][IR] Tail call optimization for suspend lambdas
This commit is contained in:
-5
@@ -161,11 +161,6 @@ internal class FunctionReferenceLowering(val generationState: NativeGenerationSt
|
||||
return expression
|
||||
}
|
||||
|
||||
if (expression.origin.isLambda && expression.type.isSuspendFunction()) {
|
||||
// Handled later by coroutines lowerings
|
||||
return expression
|
||||
}
|
||||
|
||||
return transformFunctionReference(expression)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user