Skip to content
Snippets Groups Projects
Commit b31b5e0b authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

Add testcase for subclassing builtin type and calling native method (broken).

parent 1d6fc94c
No related branches found
No related tags found
No related merge requests found
#class mylist(list):
# pass
#l = mylist()
#l.append(1)
#print(l)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment