summaryrefslogtreecommitdiff
path: root/tests/functional/i/inherit_non_class.txt
blob: e8a9b0b6fa6efb07dbe1517f551f38130fc4adf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.
inherit-non-class:99:0:Child2:Inheriting 'ParentBad[int]', which is not a class.:HIGH
unsubscriptable-object:103:13:Child3:Value 'Empty' is unsubscriptable:HIGH