Skip to content

Commit

Permalink
Do not check scope for super declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinkip committed Apr 17, 2020
1 parent 179b590 commit bfa3fb0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions idea/src/org/jetbrains/kotlin/idea/slicer/Slicer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ abstract class Slicer(
}

else -> {
if (declaration in scope) {
declaration.passToProcessor()
}
declaration.passToProcessor()
}
}
}
Expand Down

0 comments on commit bfa3fb0

Please sign in to comment.