Implement suppression cache based on IR tree, use it in reporter
This commit is contained in:
+1
@@ -85,6 +85,7 @@ abstract class AbstractKotlinSuppressCache<Element> {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: consider replacing set with list, assuming that the list of suppresses is usually very small
|
||||
protected abstract fun getSuppressingStrings(annotated: Element): Set<String>
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user