Python: Add deprecated comment for FinalCustomPointsToFact

This commit is contained in:
Rasmus Wriedt Larsen
2020-04-15 16:59:07 +02:00
parent ac3acb9187
commit b179a0bdc2

View File

@@ -37,7 +37,7 @@ abstract deprecated class CustomPointsToFact extends @py_flow_node {
abstract predicate pointsTo(Context context, Object value, ClassObject cls, ControlFlowNode origin);
}
/* For backwards compatibility */
/** DEPRECATED -- Use PointsToExtension instead */
deprecated class FinalCustomPointsToFact = CustomPointsToFact;
abstract deprecated class CustomPointsToOriginFact extends CustomPointsToFact {