Commit Graph

2 Commits

Author SHA1 Message Date
Rawi01 db80bb0a21 [fixes #2648] Reset inference context, remove generic information copy
In Java >= 8 ecj uses the inference context to resolve the generic
information. This one is already set before lombok tries rewrite the
method call. Simply copying the information does not cover all the
different cases but reseting the inference contexts and running type
inference again does.
2020-11-25 08:54:17 +01:00
Rawi01 3d90a51163 Added tests for ExtensionMethod 2020-04-23 09:59:36 +02:00