Revert "[FIR] Fix parameter order of NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS"

This reverts commit 8bfc4675c4.
This commit is contained in:
Kirill Rakhman
2024-01-16 09:14:20 +01:00
parent fa6ad41395
commit cf0824f3ef
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 ''{0}'', but ''{1}'' was expected.{2}",
"Java type mismatch: inferred type is ''{1}'', but ''{0}'' was expected.{2}",
RENDER_TYPE,
RENDER_TYPE,
OPTIONAL_SENTENCE,