Biohazrd icon indicating copy to clipboard operation
Biohazrd copied to clipboard

TypeTransformationContext.ParentDeclaration should probably not be nullable

Open PathogenDavid opened this issue 3 years ago • 0 comments

I don't believe there's ever a context where a type transformation occurs without an associated TranslatedDeclaration (what would that even mean?) I'm pretty sure the only reason that the property is marked as nullable is it is an alias of the nullable property within TransformationContext which is a pseudobase for this type.

PathogenDavid avatar Jan 20 '21 04:01 PathogenDavid