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 b9e24e6 commit 90246d0Copy full SHA for 90246d0
tests/run-macros/refined-selectable-macro/Macro_1.scala
@@ -22,8 +22,8 @@ object Macro {
22
info match {
23
case _: TypeBounds =>
24
rec(parent)
25
- case _: MethodType | _: PolyType | _: TypeBounds =>
26
- qctx.warning(s"Ignored $name as a field of the record", s)
+ case _: MethodType | _: PolyType | _: TypeBounds | _: ByNameType =>
+ qctx.warning(s"Ignored `$name` as a field of the record", s)
27
28
case info: Type =>
29
(name, info) :: rec(parent)
0 commit comments