Prevent @dataclass from being called twice on the same class
#92231
Labels
@dataclass from being called twice on the same class
#92231
Currently it's possible to do this:
This is confusing at best, and will produce unexpected classes at worst.
With this change, that will become an error.
The text was updated successfully, but these errors were encountered: