mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
fully tested the HandleWither impl for eclipse.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
class WitherWithGenerics<T, J extends T, L extends java.lang.Number> {
|
||||
@lombok.experimental.Wither J test;
|
||||
@lombok.experimental.Wither java.util.List<L> test2;
|
||||
@lombok.experimental.Wither java.util.List<? extends L> test3;
|
||||
int $i;
|
||||
|
||||
public WitherWithGenerics(J test, java.util.List<L> test2) {
|
||||
public WitherWithGenerics(J test, java.util.List<L> test2, java.util.List<? extends L> test3) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user