Correct type of expression produced by inliner

This commit is contained in:
Svyatoslav Scherbina
2019-01-16 11:04:07 +03:00
committed by SvyatoslavScherbina
parent 99abe36148
commit 7f2103a0ee
@@ -283,7 +283,7 @@ private class Inliner(val globalSubstituteMap: MutableMap<DeclarationDescriptor,
return IrReturnableBlockImpl(
startOffset = startOffset,
endOffset = endOffset,
type = copiedCallee.returnType,
type = callSite.type,
symbol = irReturnableBlockSymbol,
origin = if (isCoroutineIntrinsicCall) CoroutineIntrinsicLambdaOrigin else null,
statements = statements,