inferredType(of:withHint:updating:)
private mutating func inferredType(
of p: TuplePattern.ID, withHint hint: AnyType? = nil,
updating obligations: inout ProofObligations
) -> AnyType
Returns the inferred type of p, updating obligations and gathering contextual information
from hint.
-
Reports
d, assigns all declarations inpto.error, and returns.error.Declaration
Swift
func skip(_ d: Diagnostic) -> AnyType
View on GitHub