[FIR] Fix creating source for return expressions in light tree fir builder
This commit is contained in:
committed by
TeamCityServer
parent
22cbb8720a
commit
254ff77977
+5
-1
@@ -1170,7 +1170,11 @@ class ExpressionsConverter(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return firExpression.toReturn(labelName = labelName)
|
return firExpression.toReturn(
|
||||||
|
baseSource = returnExpression.toFirSourceElement(),
|
||||||
|
labelName = labelName,
|
||||||
|
fromKtReturnExpression = true
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user