Skip to content

Commit dc736b4

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/warn/i24034/circe.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ object ConfiguredCodec:
5050
): Expr[ConfiguredCodec[A]] = {
5151
mirror match {
5252
case '{
53-
${ _ }: Mirror.ProductOf[A] {
54-
type MirroredLabel = l
55-
type MirroredElemLabels = el
56-
type MirroredElemTypes = et
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)