collectConstraintsFromDSL

fun Declaration.collectConstraintsFromDSL(    solverState: SolverState,     context: ResolutionContext,     descriptor: DeclarationDescriptor)

Gather constraints from the local module by inspecting

  • Custom DSL elements (pre and post)

  • Ad-hoc constraints over third party types TODO