mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-30 12:24:04 +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(lombok.AccessLevel.NONE)
|
||||
class DataWithGetterNone {
|
||||
private int x, y;
|
||||
private final String z;
|
||||
}
|
||||
Reference in New Issue
Block a user