[FIR] Fix parameter order of NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS
(cherry picked from commit 8bfc4675c4)
This commit is contained in:
committed by
Space Team
parent
e91e9d8ca8
commit
b7b1bd0a2c
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user