9 lines
58 B
Python
Executable File
9 lines
58 B
Python
Executable File
|
|
|
|
class X():
|
|
A: int
|
|
|
|
|
|
x = X()
|
|
assert x.__dict__ == {}
|