mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
Added more tests, one of which tests usage of .getX() in toString, equals, and hashCode, which isn't fully working yet, so this test still fails.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@lombok.Data @lombok.Getter
|
||||
class DataWithGetter {
|
||||
private int x, y;
|
||||
private final String z;
|
||||
}
|
||||
Reference in New Issue
Block a user