You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Apparently for specialized classes fields are emitted both in the parent "generic" class and in the specialized class.
I think that instead the generic class should be abstract without fields, and there should be an additional "Object" specialization, so that fields are not duplicated.
The text was updated successfully, but these errors were encountered:
Apparently for specialized classes fields are emitted both in the parent "generic" class and in the specialized class.
I think that instead the generic class should be abstract without fields, and there should be an additional "Object" specialization, so that fields are not duplicated.
The text was updated successfully, but these errors were encountered: