We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167eb86 commit 11a7889Copy full SHA for 11a7889
library/src/scala/tasty/reflect/Printers.scala
@@ -646,7 +646,6 @@ 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