K2: Add @Supress("unused") to debug-related helpers
This commit is contained in:
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(
|
||||
|
||||
Reference in New Issue
Block a user