Fix dataclass for inheritance
Created by: PhilipVinc
As noticed by @attila-i-szabo , the new dataclass machinery was not working when you where inheriting. This fixes it and adds comments to the code.
Created by: PhilipVinc
As noticed by @attila-i-szabo , the new dataclass machinery was not working when you where inheriting. This fixes it and adds comments to the code.