mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-08 10:20:58 +00:00
add test to verify config key callSuper=call works with Value
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//CONF: lombok.equalsAndHashCode.callSuper = call
|
||||
|
||||
class ValueParent {
|
||||
}
|
||||
@lombok.Value
|
||||
class ValueCallSuper extends ValueParent {
|
||||
}
|
||||
Reference in New Issue
Block a user