[Test infrastructure] Remove redundant suppress
This commit is contained in:
committed by
Space Team
parent
fdcfb1d190
commit
cc87aabaec
-1
@@ -62,7 +62,6 @@ class FirDiagnosticCodeMetaRenderConfiguration(
|
|||||||
|
|
||||||
val diagnostic = codeMetaInfo.diagnostic
|
val diagnostic = codeMetaInfo.diagnostic
|
||||||
|
|
||||||
@Suppress("UNCHECKED_CAST")
|
|
||||||
val renderer = RootDiagnosticRendererFactory(diagnostic)
|
val renderer = RootDiagnosticRendererFactory(diagnostic)
|
||||||
if (renderer is AbstractKtDiagnosticWithParametersRenderer) {
|
if (renderer is AbstractKtDiagnosticWithParametersRenderer) {
|
||||||
renderer.renderParameters(diagnostic).mapTo(params, Any?::toString)
|
renderer.renderParameters(diagnostic).mapTo(params, Any?::toString)
|
||||||
|
|||||||
Reference in New Issue
Block a user