Skip to content

Commit

Permalink
bugfix: Fix possible match error
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 6, 2024
1 parent 6fa5f8f commit 76c7f8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class FallbackDefinitionProvider(
case Term.Select(qualifier, name) =>
nameFromSelect(qualifier, name.value +: acc)
case Term.Name(value) => value +: acc
case _ => Nil
}
}

Expand Down

0 comments on commit 76c7f8c

Please sign in to comment.