[LL FIR] implement toString for LLFirKotlinSymbolProvider and LLFirSession
This commit is contained in:
committed by
Space Team
parent
9ea344fe76
commit
5fc458d5a4
+4
@@ -63,4 +63,8 @@ internal abstract class LLFirKotlinSymbolProvider(session: FirSession) : FirSymb
|
||||
callableId: CallableId,
|
||||
properties: Collection<KtProperty>,
|
||||
)
|
||||
|
||||
override fun toString(): String {
|
||||
return "${this::class.simpleName} for $session"
|
||||
}
|
||||
}
|
||||
|
||||
+4
@@ -60,6 +60,10 @@ abstract class LLFirSession(
|
||||
return count.incrementAndGet()
|
||||
}
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "${this::class.simpleName} for ${ktModule.moduleDescription}"
|
||||
}
|
||||
}
|
||||
|
||||
abstract class LLFirModuleSession(
|
||||
|
||||
Reference in New Issue
Block a user