Fix EXPLICIT_OVERRIDE_REQUIRED_IN_MIXED_MODE message

This commit is contained in:
Mikhael Bogdanov
2021-03-08 16:36:27 +01:00
committed by Space
parent 3568eba1b2
commit 4d51d71699
3 changed files with 4 additions and 4 deletions
@@ -199,7 +199,7 @@ public class DefaultErrorMessagesJvm implements DefaultErrorMessages.Extension {
MAP.put(EXPLICIT_OVERRIDE_REQUIRED_IN_MIXED_MODE,
"Explicit override is required for ''{0}'' in the ''-Xjvm-default={2}'' mode. " +
"Otherwise, implicit class override ''{1}'' (compiled in the old -Xjvm-default mode) " +
"is not fully overridden and might be incorrectly called at runtime",
"is not fully overridden and would be incorrectly called at runtime",
SHORT_NAMES_IN_TYPES, SHORT_NAMES_IN_TYPES, TO_STRING);
MAP.put(DANGEROUS_CHARACTERS, "Name contains characters which can cause problems on Windows: {0}", STRING);