Do not check scope for super declaration
This commit is contained in:
@@ -96,13 +96,11 @@ abstract class Slicer(
|
||||
}
|
||||
|
||||
else -> {
|
||||
if (declaration in scope) {
|
||||
declaration.passToProcessor()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected enum class AccessKind {
|
||||
READ_ONLY, WRITE_ONLY, WRITE_WITH_OPTIONAL_READ, READ_OR_WRITE
|
||||
|
||||
Reference in New Issue
Block a user