Skip to content

Commit c799221

Browse files
committed
bugfix: Fix issues with warnings, not related to this PR
1 parent 7c540f1 commit c799221

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/warn/i24034/circe.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ object ConfiguredCodec:
4949
q: Quotes
5050
): Expr[ConfiguredCodec[A]] = {
5151
mirror match {
52-
case '{
53-
${ _ }: Mirror.ProductOf[A] {
54-
type MirroredLabel = l
55-
type MirroredElemLabels = el
56-
type MirroredElemTypes = et
52+
case '{ // LTS specific warnings
53+
${ _ }: Mirror.ProductOf[A] { // warn
54+
type MirroredLabel = l // warn
55+
type MirroredElemLabels = el // warn
56+
type MirroredElemTypes = et // warn
5757
}
5858
} =>
5959
'{

0 commit comments

Comments
 (0)