[FIR] Fix parameter order of NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS

This commit is contained in:
Kirill Rakhman
2024-01-08 10:00:16 +01:00
committed by Space Team
parent 371b1eb3d5
commit 8bfc4675c4
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,