Fix typo in DSL marker message
#KT-17318 Fixed
This commit is contained in:
+1
-1
@@ -443,7 +443,7 @@ public class DefaultErrorMessages {
|
|||||||
|
|
||||||
MAP.put(INAPPLICABLE_MODIFIER, "''{0}'' modifier is inapplicable. The reason is that {1}", TO_STRING, STRING);
|
MAP.put(INAPPLICABLE_MODIFIER, "''{0}'' modifier is inapplicable. The reason is that {1}", TO_STRING, STRING);
|
||||||
|
|
||||||
MAP.put(DSL_SCOPE_VIOLATION, "''{0}'' can't be called in this context by implicit receiver. " +
|
MAP.put(DSL_SCOPE_VIOLATION, "''{0}'' can''t be called in this context by implicit receiver. " +
|
||||||
"Use the explicit one if necessary", COMPACT);
|
"Use the explicit one if necessary", COMPACT);
|
||||||
|
|
||||||
MAP.put(RETURN_IN_FUNCTION_WITH_EXPRESSION_BODY,
|
MAP.put(RETURN_IN_FUNCTION_WITH_EXPRESSION_BODY,
|
||||||
|
|||||||
Reference in New Issue
Block a user