[FIR] Add toString() methods to some ConeSubstitutor implementation
This is needed only for pleasant debugging
This commit is contained in:
committed by
Space Team
parent
ba6f8e9b23
commit
8b7cfcda10
+4
@@ -30,4 +30,8 @@ private class TypeVariableTypeRemovingSubstitutor(typeContext: ConeTypeContext)
|
||||
}
|
||||
return ConeErrorType(ConeUnknownLambdaParameterTypeDiagnostic())
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return "{<Type variable> -> <Error type>}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user