[FE 1.0] Fix a typo in PROGRESSIONS_CHANGING_RESOLVE error message

This commit is contained in:
Victor Petukhov
2021-12-08 21:51:30 +03:00
parent 5b4af6f422
commit 2c7d7dca8a
@@ -615,7 +615,7 @@ public class DefaultErrorMessages {
MAP.put(PROGRESSIONS_CHANGING_RESOLVE, "Progressions and ranges types will start implementing Collection interface soon. " +
"This call will resolve to another declaration: {0}. " +
"See https://youtrack.jetbrains.com/issue/KT-49276 for more details. " +
"Please specify a progression type of argument explicitly through explicit cast to resolve to a proper declaration.", COMPACT);
"Please specify a progression type of argument explicitly through explicit cast to resolve to a proper declaration", COMPACT);
MAP.put(TOO_MANY_ARGUMENTS, "Too many arguments for {0}", FQ_NAMES_IN_TYPES);