[FIR] Add toString to all type scopes
This commit is contained in:
@@ -58,6 +58,10 @@ abstract class FirTypeScope : FirContainingNamesAwareScope() {
|
||||
override fun getCallableNames(): Set<Name> = emptySet()
|
||||
|
||||
override fun getClassifierNames(): Set<Name> = emptySet()
|
||||
|
||||
override fun toString(): String {
|
||||
return "Empty scope"
|
||||
}
|
||||
}
|
||||
|
||||
protected companion object {
|
||||
|
||||
Reference in New Issue
Block a user