K2: Add @Supress("unused") to debug-related helpers

This commit is contained in:
Denis.Zharkov
2023-06-26 15:51:58 +03:00
committed by Space Team
parent f7e54fa76a
commit 1705d5f704
@@ -23,6 +23,7 @@ fun ConeClassLikeLookupTag.getNestedClassifierScope(session: FirSession, scopeSe
/**
* Use this function to collect direct overridden tree for debug purposes
*/
@Suppress("unused")
@TestOnly
fun debugCollectOverrides(symbol: FirCallableSymbol<*>, session: FirSession, scopeSession: ScopeSession): Map<Any, Any> {
val scope = symbol.dispatchReceiverType?.scope(