Skip to content

Commit

Permalink
Review changes update
Browse files Browse the repository at this point in the history
  • Loading branch information
kpbochenek authored and tgodzik committed Feb 19, 2020
1 parent 9c3ebc2 commit 0173aee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ final class ReferenceProvider(
case Some(occurrence) =>
val symbolName = occurrence.symbol.desc.name.value
val shouldIncludeInheritance =
ReferenceProvider.methodsSearchedWithoutInheritance.contains(symbolName)
ReferenceProvider.methodsSearchedWithoutInheritance.contains(
symbolName
)

if (shouldIncludeInheritance) {
currentSymbolReferences(
Expand Down

0 comments on commit 0173aee

Please sign in to comment.