Add test to make sure we don't add a super call if the type explicitly extends Object

This commit is contained in:
Roel Spilker
2017-06-19 23:28:18 +02:00
parent 70206440ac
commit 077ab5aed5
3 changed files with 49 additions and 1 deletions
@@ -1,5 +1,7 @@
//CONF: lombok.equalsAndHashCode.callSuper = call
@lombok.EqualsAndHashCode
class EqualsAndHashCodeConfigKeys2Object extends Object {
}
@lombok.EqualsAndHashCode
class EqualsAndHashCodeConfigKeys2Parent {
}