mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 08:21:35 +00:00
refactored the tests to prepare running ecj as well as delombok.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import lombok.ToString;
|
||||
@lombok.ToString class ToString1 {
|
||||
final int x;
|
||||
String name;
|
||||
}
|
||||
@ToString class ToString2 {
|
||||
final int x;
|
||||
String name;
|
||||
}
|
||||
Reference in New Issue
Block a user