[FIR] Fix parameter order of NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS

(cherry picked from commit 8bfc4675c4)
This commit is contained in:
Kirill Rakhman
2024-01-08 10:00:16 +01:00
committed by Space Team
parent e91e9d8ca8
commit b7b1bd0a2c
9 changed files with 10 additions and 10 deletions
@@ -95,7 +95,7 @@ object FirJvmErrorsDefaultMessages : BaseDiagnosticRendererFactory() {
map.put(
NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS,
"Java type mismatch: inferred type is ''{1}'', but ''{0}'' was expected.{2}",
"Java type mismatch: inferred type is ''{0}'', but ''{1}'' was expected.{2}",
RENDER_TYPE,
RENDER_TYPE,
OPTIONAL_SENTENCE,