mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 00:26:04 +00:00
Issue 366: don't call the getter twice, fixed for javac.
This commit is contained in:
@@ -4,11 +4,15 @@ class EqualsAndHashCode {
|
||||
boolean[] y;
|
||||
Object[] z;
|
||||
String a;
|
||||
String b;
|
||||
}
|
||||
|
||||
@lombok.EqualsAndHashCode
|
||||
final class EqualsAndHashCode2 {
|
||||
int x;
|
||||
long y;
|
||||
float f;
|
||||
double d;
|
||||
}
|
||||
|
||||
@lombok.EqualsAndHashCode(callSuper=false)
|
||||
|
||||
Reference in New Issue
Block a user