Given that @dataclass is a decorator, and otherwise you're just defining a class, some concerns:1. Such proposed syntax would require a change to the language specification.2. It would seem that / and * in a class not decorated with @dataclass would be of no other utility.Paul