Skip to content

Commit

Permalink
Rename an unapply argument to be more correct
Browse files Browse the repository at this point in the history
Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
  • Loading branch information
reid-spencer committed Sep 22, 2023
1 parent 1b685a2 commit 5d4bacc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ case class ResolutionPass(input: PassInput) extends Pass(input) with UsageResolu
case Enumeration(_, enumerators) =>
// if we're at an enumeration type then the numerators are candidates
enumerators
case AggregateUseCaseTypeExpression(_, _, fields) =>
case AggregateUseCaseTypeExpression(_, _, contents) =>
// Any kind of Aggregate's fields are candidates for resolution
fields
contents
case AliasedTypeExpression(_, pid) =>
// if we're at a field that references another type then the candidates
// are that type's fields. To solve this we need to push
Expand Down

0 comments on commit 5d4bacc

Please sign in to comment.