Minor, add spaces to diagnostic message
This commit is contained in:
+2
-2
@@ -269,8 +269,8 @@ public class DefaultErrorMessages {
|
||||
MAP.put(USELESS_VARARG_ON_PARAMETER, "Vararg on this parameter is useless");
|
||||
MAP.put(MULTIPLE_VARARG_PARAMETERS, "Multiple vararg-parameters are prohibited");
|
||||
MAP.put(FORBIDDEN_VARARG_PARAMETER_TYPE, "Forbidden vararg parameter type: {0}", RENDER_TYPE);
|
||||
MAP.put(CHANGING_ARGUMENTS_EXECUTION_ORDER_FOR_NAMED_VARARGS, "Arguments execution order is going to be changed in a future release." +
|
||||
"The expression for named vararg argument will be executed in the order in which it was listed, not at the end." +
|
||||
MAP.put(CHANGING_ARGUMENTS_EXECUTION_ORDER_FOR_NAMED_VARARGS, "Arguments execution order is going to be changed in a future release. " +
|
||||
"The expression for named vararg argument will be executed in the order in which it was listed, not at the end. " +
|
||||
"See KT-17691 for more details.");
|
||||
|
||||
MAP.put(EXPECTED_DECLARATION_WITH_BODY, "Expected declaration must not have a body");
|
||||
|
||||
Reference in New Issue
Block a user