[FE 1.0] Fix a typo in PROGRESSIONS_CHANGING_RESOLVE error message
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user