Fix handling of __slots__ (#161)

This commit is contained in:
Filip Salomonsson 2019-12-07 22:34:23 +01:00 committed by Tina Müller (tinita)
parent eb459f842f
commit 5a0cfab86f
6 changed files with 30 additions and 4 deletions

View file

@ -17,6 +17,8 @@ NewArgsWithState(1, 'two', [3,3,3]),
Reduce(1, 'two', [3,3,3]),
ReduceWithState(1, 'two', [3,3,3]),
Slots(1, 'two', [3,3,3]),
MyInt(3),
MyList(3),
MyDict(3),