org.jetbrains.kotlin.resolve.calls.inference
Interface ConstraintSystemCompleter


public interface ConstraintSystemCompleter


Method Summary
 void completeConstraintSystem(ConstraintSystem.Builder constraintSystem, ResolvedCall<?> resolvedCall)
           
 

Method Detail

completeConstraintSystem

void completeConstraintSystem(@NotNull
                              ConstraintSystem.Builder constraintSystem,
                              @NotNull
                              ResolvedCall<?> resolvedCall)