Python: Fix error after merge conflict

This commit is contained in:
Rasmus Wriedt Larsen
2020-02-19 16:27:31 +01:00
parent e7fdfd3d3e
commit 4f3149d865

View File

@@ -42,7 +42,7 @@ predicate side_effecting_descriptor_type(ClassValue descriptor) {
* we want to treat them as having no effect.
*/
not descriptor = ClassValue::function() and
not descriptor = ClassValue::functionType() and
not descriptor = ClassValue::staticmethod() and
not descriptor = ClassValue::classmethod()
}