mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Python: Update class parser test
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
class Foo(int, object, metaclass=type):
|
||||
class Foo(int, object, metaclass=type, **kwargs):
|
||||
x = 5
|
||||
|
||||
Reference in New Issue
Block a user