mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 00:26:04 +00:00
[issue #759] delombok now plays nicely with exotic characters, encodings, and backslash U escapes.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//ENCODING: UTF-8
|
||||
@lombok.ToString
|
||||
class EncodingUtf8 {
|
||||
String foo\u0e51๑ = "\u000e \10 ";
|
||||
}
|
||||
Reference in New Issue
Block a user