[Test infrastructure] Remove redundant suppress

This commit is contained in:
Kirill Rakhman
2023-05-02 15:01:33 +02:00
committed by Space Team
parent fdcfb1d190
commit cc87aabaec
@@ -62,7 +62,6 @@ class FirDiagnosticCodeMetaRenderConfiguration(
val diagnostic = codeMetaInfo.diagnostic
@Suppress("UNCHECKED_CAST")
val renderer = RootDiagnosticRendererFactory(diagnostic)
if (renderer is AbstractKtDiagnosticWithParametersRenderer) {
renderer.renderParameters(diagnostic).mapTo(params, Any?::toString)