mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-13 18:23:19 +00:00
refactored the tests to prepare running ecj as well as delombok.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import lombok.Data;
|
||||
@lombok.Data class Data1 {
|
||||
final int x;
|
||||
String name;
|
||||
}
|
||||
@Data class Data2 {
|
||||
final int x;
|
||||
String name;
|
||||
}
|
||||
Reference in New Issue
Block a user