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 c799221Copy full SHA for c799221
tests/warn/i24034/circe.scala
@@ -49,11 +49,11 @@ object ConfiguredCodec:
49
q: Quotes
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
+ case '{ // LTS specific warnings
+ ${ _ }: Mirror.ProductOf[A] { // warn
+ type MirroredLabel = l // warn
+ type MirroredElemLabels = el // warn
+ type MirroredElemTypes = et // warn
57
}
58
} =>
59
'{
0 commit comments