mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02: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