mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-14 00:23:09 +00:00
More test files, test files updated to be valid java, and ecj test now goes through the complete compile process. This means val and @Delegate testing is now enabled.
TODO: Update -eclipse tests.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import lombok.ToString;
|
||||
@lombok.ToString class ToString1 {
|
||||
final int x;
|
||||
int x;
|
||||
String name;
|
||||
}
|
||||
@ToString class ToString2 {
|
||||
final int x;
|
||||
int x;
|
||||
String name;
|
||||
}
|
||||
Reference in New Issue
Block a user