mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 18:23:13 +00:00
Fixed tests, added test for ecj.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@interface Nullable {
|
||||
}
|
||||
|
||||
@lombok.EqualsAndHashCode(onParam=@_{@Nullable})
|
||||
@lombok.EqualsAndHashCode(onParam=@__({@Nullable}))
|
||||
class EqualsAndHashCodeWithOnParam {
|
||||
int x;
|
||||
boolean[] y;
|
||||
|
||||
Reference in New Issue
Block a user