summaryrefslogtreecommitdiff
path: root/tests/functional/i/inherit_non_class.txt
blob: 9252c2fbf4259b8e3ab01d5ae5f30fe92ff35138 (plain)
1
2
3
4
5
6
7
8
9
inherit-non-class:21:0:Bad:Inheriting '1', which is not a class.
inherit-non-class:24:0:Bad1:"Inheriting 'lambda abc: 42', which is not a class."
inherit-non-class:27:0:Bad2:Inheriting 'object()', which is not a class.
inherit-non-class:30:0:Bad3:Inheriting 'return_class', which is not a class.
inherit-non-class:33:0:Bad4:Inheriting 'Empty()', which is not a class.
inherit-non-class:68:0:NotInheritableBool:Inheriting 'bool', which is not a class.
inherit-non-class:72:0:NotInheritableRange:Inheriting 'range', which is not a class.
inherit-non-class:76:0:NotInheritableSlice:Inheriting 'slice', which is not a class.
inherit-non-class:80:0:NotInheritableMemoryView:Inheriting 'memoryview', which is not a class.