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:
scabug commentedJun 19, 2010
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: