mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update misc/codegen/lib/ql.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -122,7 +122,7 @@ class Class:
|
|||||||
if self.properties:
|
if self.properties:
|
||||||
self.properties[0].first = True
|
self.properties[0].first = True
|
||||||
for prop in self.properties:
|
for prop in self.properties:
|
||||||
if prop.type is self.name:
|
if prop.type == self.name:
|
||||||
prop.type_is_self = True
|
prop.type_is_self = True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user