[CMI] Rename platforms to attributes in some forgotten places
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ class FirDiagnosticCodeMetaRenderConfiguration(
|
||||
override fun asString(codeMetaInfo: CodeMetaInfo): String {
|
||||
if (codeMetaInfo !is FirDiagnosticCodeMetaInfo) return ""
|
||||
return (getTag(codeMetaInfo)
|
||||
+ getPlatformsString(codeMetaInfo)
|
||||
+ getAttributesString(codeMetaInfo)
|
||||
+ getParamsString(codeMetaInfo))
|
||||
.replace(crossPlatformLineBreak, "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user