redacted icon indicating copy to clipboard operation
redacted copied to clipboard

Prevents leaking sensitive fields defined inside `case class`

Results 1 redacted issues
Sort by recently updated
recently updated
newest added

Currently, the plugin logic is implemented by overriding [transformTypeDef](https://github.com/scala/scala3/blob/main/compiler/src/dotty/tools/dotc/transform/MegaPhase.scala#L116). However, internally we do perform a check if the `tpd.Tree` being inspected is of type `tpd.Template` (*), therefore it would be...

enhancement