Python: Update class parser test

This commit is contained in:
Taus
2024-10-18 12:24:35 +00:00
parent 1cd04c96c7
commit 9803bbdc4b

View File

@@ -1,2 +1,2 @@
class Foo(int, object, metaclass=type):
class Foo(int, object, metaclass=type, **kwargs):
x = 5