mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 18:23:13 +00:00
Add test to make sure we don't add a super call if the type explicitly extends Object
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//CONF: lombok.equalsAndHashCode.callSuper = call
|
||||
|
||||
@lombok.EqualsAndHashCode
|
||||
class EqualsAndHashCodeConfigKeys2Object extends Object {
|
||||
}
|
||||
@lombok.EqualsAndHashCode
|
||||
class EqualsAndHashCodeConfigKeys2Parent {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user