[FIR] Rename diagnostic renderers that insert quotes and fix some messages
#KT-62386
This commit is contained in:
committed by
Space Team
parent
2613a337ae
commit
87563f3aea
+3
-3
@@ -183,9 +183,9 @@ object FirJsErrorsDefaultMessages : BaseDiagnosticRendererFactory() {
|
||||
)
|
||||
map.put(
|
||||
JS_EXTERNAL_INHERITORS_ONLY,
|
||||
"External ''{0}'' cannot be a parent of non-external ''{1}''.",
|
||||
FirDiagnosticRenderers.RENDER_CLASS_OR_OBJECT_NAME,
|
||||
FirDiagnosticRenderers.RENDER_CLASS_OR_OBJECT_NAME
|
||||
"External {0} cannot be a parent of non-external {1}.",
|
||||
FirDiagnosticRenderers.RENDER_CLASS_OR_OBJECT_NAME_QUOTED,
|
||||
FirDiagnosticRenderers.RENDER_CLASS_OR_OBJECT_NAME_QUOTED
|
||||
)
|
||||
map.put(
|
||||
JS_EXTERNAL_ARGUMENT,
|
||||
|
||||
Reference in New Issue
Block a user