Do not check scope for super declaration
This commit is contained in:
@@ -96,9 +96,7 @@ abstract class Slicer(
|
|||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
if (declaration in scope) {
|
declaration.passToProcessor()
|
||||||
declaration.passToProcessor()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user