-
Enhancement
-
Resolution: Fixed
-
P5
-
13
At the end of the informative paragraph which currently ends:
Instead, use '\r'.
Add:
Finally, it is not possible to write '\u0027' for a character literal containing an apostrophe (').
Instead, use '\r'.
Add:
Finally, it is not possible to write '\u0027' for a character literal containing an apostrophe (').
- relates to
-
JDK-4266845 3.10.5: Explicitly mention that string literals can't contain \u0022 (") characters
- Closed