Python: Allow general content in type-tracker

This should not result in many changes, since store/load steps are still
only implemented for attributes.
This commit is contained in:
Rasmus Wriedt Larsen
2024-02-23 11:36:47 +01:00
parent fc8caa66c8
commit 636cf611ae

View File

@@ -102,10 +102,7 @@ module TypeTrackingInput implements Shared::TypeTrackingInput {
class LocalSourceNode = DataFlowPublic::LocalSourceNode;
class Content extends DataFlowPublic::Content {
// this char-pred is just a temporary restriction while transitioning to more general content
Content() { this instanceof DataFlowPublic::AttributeContent }
}
class Content = DataFlowPublic::Content;
/**
* A label to use for `WithContent` and `WithoutContent` steps, restricting