Closed pavel-kirienko closed 4 years ago
Totals | |
---|---|
Change from base Build 36051510: | 0.0% |
Covered Lines: | 3289 |
Relevant Lines: | 3289 |
I'm unclear how this has any effect. I'd expect to see some corresponding change to DelimitedType that overrode this method to return the decorated type instead of itself.
Ah, yes, DelimitedType already has this property in the upstream. It used to be a regular property, now it is polymorphic.
Currently, inner_type is defined only for DelimitedType. This changeset makes it a CompositeType property that returns a reference to self unless self is DelimitedType.