const go.pact.im/x/plumb/internal/solve.ResultKindValue

9 uses

	go.pact.im/x/plumb/internal/solve (current package)
		instance.go#L18: 	ResultKindValue   ResultKind = iota // an ordinary value output
		instance.go#L62: 		if r.Kind == ResultKindValue {
		instance.go#L111: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: p.Sym.Type()}}
		instance.go#L114: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: p.ConvertTo}}
		instance.go#L121: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: fieldType}}
		instance.go#L130: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: declared}}
		instance.go#L262: 			in.Results = append(in.Results, ResultSlot{Kind: ResultKindValue, Typ: t})

	go.pact.im/x/plumb/internal/emit
		emit.go#L232: 			case solve.ResultKindValue:
		report.go#L91: 		case solve.ResultKindValue: