Write LHS resolution result into a call position

This commit is contained in:
Victor Petukhov
2021-09-20 16:07:26 +03:00
parent 2f4d02d011
commit 8b85b4630b
6 changed files with 68 additions and 8 deletions
@@ -87,6 +87,8 @@ interface KotlinResolutionCallbacks {
fun disableContractsIfNecessary(resolvedAtom: ResolvedCallAtom)
fun getLhsResult(call: KotlinCall): LHSResult
fun convertSignedConstantToUnsigned(argument: KotlinCallArgument): IntegerValueTypeConstant?
fun recordInlinabilityOfLambda(atom: Set<Map.Entry<SimpleResolutionCandidate, ResolvedLambdaAtom>>)