mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
...
This commit is contained in:
parent
7a65de16c0
commit
e7d696e1c7
@ -106,10 +106,11 @@ class B(A):
|
||||
b = 3
|
||||
c = 4
|
||||
|
||||
# assert B.a == 1 ...bug here
|
||||
assert B.b == 3
|
||||
assert B.c == 4
|
||||
|
||||
assert B.a == 1
|
||||
|
||||
class A:
|
||||
x = 1
|
||||
x = x + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user