Fixed tests, added test for ecj.

This commit is contained in:
Christian Sterzl
2014-04-03 14:10:31 +02:00
parent bb9783fcec
commit f93478e7b5
3 changed files with 57 additions and 5 deletions
@@ -1,7 +1,7 @@
@interface Nullable {
}
@lombok.EqualsAndHashCode(onParam=@_{@Nullable})
@lombok.EqualsAndHashCode(onParam=@__({@Nullable}))
class EqualsAndHashCodeWithOnParam {
int x;
boolean[] y;