Test -flatstaticmethod and %extend
This commit is contained in:
parent
21c2e47661
commit
2c6e7f99a6
2 changed files with 11 additions and 0 deletions
|
|
@ -83,3 +83,10 @@ if A.defargs(1) != 21:
|
|||
|
||||
if A.defargs(1, 2) != 3:
|
||||
raise RuntimeError
|
||||
|
||||
# %extend
|
||||
if A_staticextended(11) != 11:
|
||||
raise RuntimeError
|
||||
|
||||
if A.staticextended(11) != 11:
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue