mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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:
|
||||
self.properties[0].first = True
|
||||
for prop in self.properties:
|
||||
if prop.type is self.name:
|
||||
if prop.type == self.name:
|
||||
prop.type_is_self = True
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user