KT-875 Space is missing
#KT-875 Fixed
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ public class CompileTimeConstantResolver {
|
||||
if (text.length() == 1) {
|
||||
return new CharValue(text.charAt(0));
|
||||
}
|
||||
return new ErrorValue("Too many characters in a character literal" + text);
|
||||
return new ErrorValue("Too many characters in a character literal '" + text + "'");
|
||||
}
|
||||
return escapedStringToCharValue(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user