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 91574bd commit bb3673cCopy full SHA for bb3673c
library/src/scala/tasty/reflect/Printers.scala
@@ -646,6 +646,7 @@ trait Printers
646
n == "copy" ||
647
n.matches("copy\\$default\\$[1-9][0-9]*") || // default parameters for the copy method
648
n.matches("_[1-9][0-9]*") || // Getters from Product
649
+ n == "writeReplace" || // Case class serialization
650
n == "productElementName"
651
case _ => false
652
})
0 commit comments