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 a8c7511 commit 07a5961Copy full SHA for 07a5961
library/src/scala/tasty/reflect/Printers.scala
@@ -652,7 +652,6 @@ trait Printers
652
n == "copy" ||
653
n.matches("copy\\$default\\$[1-9][0-9]*") || // default parameters for the copy method
654
n.matches("_[1-9][0-9]*") || // Getters from Product
655
- n == "writeReplace" || // Case class serialization
656
n == "productElementName"
657
case _ => false
658
})
0 commit comments