Open rluble opened 1 month ago
ECJ 3.35 and earlier (Eclipse 4.29) successfully compile the original example.
I'll check what commit caused this change.
ECJ 3.35 and earlier (Eclipse 4.29) successfully compile the original example.
I just downloaded ecj-4.29 and the error is present there as well. ecj-4.28 compiles it correctly.
The following code:
Fails to compile in ecj-4.32 with the following error:
This is the result of selecting the wrong overload and incorrectly depending on declaration order.
If the overloads are declared in a different order as in:
the code compiles.