RFR: 8291643: Consider omitting type annotations from type error diagnostics
Joe Darcy
darcy at openjdk.org
Fri Nov 10 03:52:56 UTC 2023
On Fri, 10 Nov 2023 01:03:49 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> I guess your patch have uncovered a bug in stripMetadata
FYI, in case it is relevant here, I ran into some (still unresolved AFAIK) issues in stripMeta data during work on JDK-8042981: "Strip type annotations in Types' utility methods", including type annotations not being stripped for primitive types.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16578#issuecomment-1805032818
More information about the compiler-dev
mailing list