We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c540f1 commit dc736b4Copy full SHA for dc736b4
tests/warn/i24034/circe.scala
@@ -50,10 +50,10 @@ object ConfiguredCodec:
50
): Expr[ConfiguredCodec[A]] = {
51
mirror match {
52
case '{
53
- ${ _ }: Mirror.ProductOf[A] {
54
- type MirroredLabel = l
55
- type MirroredElemLabels = el
56
- type MirroredElemTypes = et
+ ${ _ }: Mirror.ProductOf[A] { // warn
+ type MirroredLabel = l // warn
+ type MirroredElemLabels = el // warn
+ type MirroredElemTypes = et // warn
57
}
58
} =>
59
'{
0 commit comments