[FIR] Fix a typo in one of the multiple defaults diagnsotics messages
Merge-request: KT-MR-11942 Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
516383b995
commit
6c6474bb19
+1
-1
@@ -1524,7 +1524,7 @@ object FirErrorsDefaultMessages : BaseDiagnosticRendererFactory() {
|
||||
)
|
||||
map.put(
|
||||
MULTIPLE_DEFAULTS_INHERITED_FROM_SUPERTYPES_WHEN_NO_EXPLICIT_OVERRIDE_DEPRECATION,
|
||||
multipleDefaultsMessage + multipleDefaultsNotAllowed,
|
||||
multipleDefaultsMessage + multipleDefaultsDiscouraged,
|
||||
SYMBOL
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user