Suppressing warnings for implicit class
Remi Forax
forax at univ-mlv.fr
Thu Jul 4 13:01:23 UTC 2024
> From: "Tagir Valeev" <amaembo at gmail.com>
> To: "amber-spec-experts" <amber-spec-experts at openjdk.org>
> Sent: Thursday, July 4, 2024 2:55:24 PM
> Subject: Suppressing warnings for implicit class
> Hello!
> Do I understand correctly that it's not possible to suppress a warning (e.g.,
> unchecked) for the whole implicit class at once? Only for individual members,
> right?
Right, you can not suppress it at class level becaiuse there is no class declaration and you can not suppress it at package level given that an implicit class has no package.
> With best regards,
> Tagir Valeev
regards,
Rémi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/amber-spec-experts/attachments/20240704/8c1980be/attachment.htm>
More information about the amber-spec-experts
mailing list