Write LHS resolution result into a call position
This commit is contained in:
+2
@@ -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>>)
|
||||
|
||||
Reference in New Issue
Block a user